chiark / gitweb /
journal: have a named enum ObjectType
[elogind.git] / src / journal / journal-authenticate.h
index 0aaf83672136f43bfdd1ebf571c01a479cfe043a..565fe8432c7ff2369fa5ed833c090f4f6c6ca7d5 100644 (file)
@@ -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);