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