summaryrefslogtreecommitdiffstats
path: root/src/journal/journal-verify.h
blob: f0ea31abc145e3e2c118c0a7f6c96acb39264c8a (plain)
1
2
3
4
5
6
/* 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);