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.h | |
parent | d05089d86ef032b245c7f928e623b88c82998ab0 (diff) |
journal: have a named enum ObjectType
Diffstat (limited to 'src/journal/journal-authenticate.h')
-rw-r--r-- | src/journal/journal-authenticate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journal-authenticate.h b/src/journal/journal-authenticate.h index 0aaf836721..565fe8432c 100644 --- a/src/journal/journal-authenticate.h +++ b/src/journal/journal-authenticate.h @@ -33,7 +33,7 @@ int journal_file_append_first_tag(JournalFile *f); int journal_file_hmac_setup(JournalFile *f); int journal_file_hmac_start(JournalFile *f); int journal_file_hmac_put_header(JournalFile *f); -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 journal_file_fss_load(JournalFile *f); int journal_file_parse_verification_key(JournalFile *f, const char *key); |