Systemd/src/journal/journal-verify.h

13 lines
313 B
C
Raw Normal View History

/* SPDX-License-Identifier: LGPL-2.1+ */
2012-08-16 01:51:54 +02:00
#pragma once
/***
This file is part of systemd.
Copyright 2011 Lennart Poettering
***/
#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);