]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/journal-util.h
journal: move journal_field_valid() to journal_file.c
[thirdparty/systemd.git] / src / shared / journal-util.h
CommitLineData
db9ecf05 1/* SPDX-License-Identifier: LGPL-2.1-or-later */
f18edd8a 2#pragma once
4f37cbd9
ZJS
3
4#include <stdbool.h>
53978b98 5#include <sys/types.h>
4f37cbd9
ZJS
6
7#include "sd-journal.h"
8
1a8f0ce6 9int journal_access_blocked(sd_journal *j);
e79d0b59 10int journal_access_check_and_warn(sd_journal *j, bool quiet, bool want_other_users);