]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/shared/journal-util.h
Drop my copyright headers
[thirdparty/systemd.git] / src / shared / journal-util.h
CommitLineData
53e1b683 1/* SPDX-License-Identifier: LGPL-2.1+ */
4f37cbd9
ZJS
2
3#include <stdbool.h>
53978b98 4#include <sys/types.h>
4f37cbd9
ZJS
5
6#include "sd-journal.h"
7
53978b98
LP
8bool journal_field_valid(const char *p, size_t l, bool allow_protected);
9
e79d0b59 10int journal_access_check_and_warn(sd_journal *j, bool quiet, bool want_other_users);