summaryrefslogtreecommitdiffstats
path: root/src/journal/journal-verify.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/journal/journal-verify.h')
-rw-r--r--src/journal/journal-verify.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/journal/journal-verify.h b/src/journal/journal-verify.h
new file mode 100644
index 0000000..f0ea31a
--- /dev/null
+++ b/src/journal/journal-verify.h
@@ -0,0 +1,6 @@
+/* SPDX-License-Identifier: LGPL-2.1+ */
+#pragma once
+
+#include "journal-file.h"
+
+int journal_file_verify(JournalFile *f, const char *key, usec_t *first_contained, usec_t *last_validated, usec_t *last_contained, bool show_progress);