]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/shared/journal-util.h
7859a57e7e1991a357bec381334c95398cd843d9
[thirdparty/systemd.git] / src / shared / journal-util.h
1 /* SPDX-License-Identifier: LGPL-2.1+ */
2 /***
3 Copyright 2013 Zbigniew Jędrzejewski-Szmek
4 ***/
5
6 #include <stdbool.h>
7 #include <sys/types.h>
8
9 #include "sd-journal.h"
10
11 bool journal_field_valid(const char *p, size_t l, bool allow_protected);
12
13 int journal_access_check_and_warn(sd_journal *j, bool quiet, bool want_other_users);