diff options
author | Michal Schmidt <mschmidt@redhat.com> | 2014-12-10 15:18:49 +0100 |
---|---|---|
committer | Michal Schmidt <mschmidt@redhat.com> | 2014-12-13 00:47:23 +0100 |
commit | 7851983162ef851d5b9ce12bd88de86fc402f88a (patch) | |
tree | f35d9c41952e184e3e114fcf53846c8cd730ec7a /src/journal/journal-authenticate.c | |
parent | d05089d86ef032b245c7f928e623b88c82998ab0 (diff) |
journal: have a named enum ObjectType
Diffstat (limited to 'src/journal/journal-authenticate.c')
-rw-r--r-- | src/journal/journal-authenticate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journal-authenticate.c b/src/journal/journal-authenticate.c index 0e31c8dc91..b3e2601c4e 100644 --- a/src/journal/journal-authenticate.c +++ b/src/journal/journal-authenticate.c @@ -229,7 +229,7 @@ int journal_file_maybe_append_tag(JournalFile *f, uint64_t realtime) { return 0; } -int journal_file_hmac_put_object(JournalFile *f, int type, Object *o, uint64_t p) { +int journal_file_hmac_put_object(JournalFile *f, ObjectType type, Object *o, uint64_t p) { int r; assert(f); |