]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/journal/journal-verify.h
tree-wide: drop license boilerplate
[thirdparty/systemd.git] / src / journal / journal-verify.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 #pragma once
3
4 /***
5 This file is part of systemd.
6
7 Copyright 2011 Lennart Poettering
8 ***/
9
10 #include "journal-file.h"
11
12 int journal_file_verify(JournalFile *f, const char *key, usec_t *first_contained, usec_t *last_validated, usec_t *last_contained, bool show_progress);