summaryrefslogtreecommitdiff
path: root/src/journal/journal-authenticate.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2012-08-16 02:14:34 +0200
committerLennart Poettering <lennart@poettering.net>2012-08-16 17:10:57 +0200
commit4da416aa20b956571d74720bc91222881443e24b (patch)
treeb7c67aad32b1597c07a9df437a75bc969ceb7803 /src/journal/journal-authenticate.h
parentf59a5f6b873d8bf994e2d85671f2554b9fdd62db (diff)
journalctl: add --verify-seed= switch to specify seed value
Diffstat (limited to 'src/journal/journal-authenticate.h')
-rw-r--r--src/journal/journal-authenticate.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/journal/journal-authenticate.h b/src/journal/journal-authenticate.h
index c991b22e4a..566d7a81a9 100644
--- a/src/journal/journal-authenticate.h
+++ b/src/journal/journal-authenticate.h
@@ -21,6 +21,9 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
+#include <stdbool.h>
+#include <inttypes.h>
+
#include "journal-file.h"
int journal_file_append_tag(JournalFile *f);
@@ -33,3 +36,5 @@ int journal_file_hmac_put_object(JournalFile *f, int type, uint64_t p);
int journal_file_load_fsprg(JournalFile *f);
int journal_file_setup_hmac(JournalFile *f);
+
+bool journal_file_fsprg_enabled(JournalFile *f);