Rivoreo Source Code Repositories
src.rivoreo.one
/
systemd-stable
/
v239-50
/
.
/
src
/
journal
/
journal-verify.h
blob: f0ea31abc145e3e2c118c0a7f6c96acb39264c8a [
file
] [
log
] [
blame
] [
raw
]
/* 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
);