]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/journal/journal-verify.h
license: LGPL-2.1+ -> LGPL-2.1-or-later
[thirdparty/systemd.git] / src / journal / journal-verify.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
0284adc6
LP
2#pragma once
3
0284adc6
LP
4#include "journal-file.h"
5
2a7b539a 6int journal_file_verify(JournalFile *f, const char *key, usec_t *first_contained, usec_t *last_validated, usec_t *last_contained, bool show_progress);