summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-journal/journal-verify.h
blob: 579033069b56c6cf17814a2598d953109e1e547f (plain)
1
2
3
4
5
6
/* SPDX-License-Identifier: LGPL-2.1-or-later */
#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);