summaryrefslogtreecommitdiff
path: root/src/journal/journal-authenticate.h
diff options
context:
space:
mode:
authorMichal Schmidt <mschmidt@redhat.com>2014-12-10 15:18:49 +0100
committerMichal Schmidt <mschmidt@redhat.com>2014-12-13 00:47:23 +0100
commit7851983162ef851d5b9ce12bd88de86fc402f88a (patch)
treef35d9c41952e184e3e114fcf53846c8cd730ec7a /src/journal/journal-authenticate.h
parentd05089d86ef032b245c7f928e623b88c82998ab0 (diff)
journal: have a named enum ObjectType
Diffstat (limited to 'src/journal/journal-authenticate.h')
-rw-r--r--src/journal/journal-authenticate.h2
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);