summaryrefslogtreecommitdiffstats
path: root/src/shared/journal-util.h
blob: 0fbe4834a3e2dbb3faaf2f93755f221d9536d0b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* SPDX-License-Identifier: LGPL-2.1+ */
/***
  Copyright © 2013 Zbigniew Jędrzejewski-Szmek
***/

#include <stdbool.h>
#include <sys/types.h>

#include "sd-journal.h"

bool journal_field_valid(const char *p, size_t l, bool allow_protected);

int journal_access_check_and_warn(sd_journal *j, bool quiet, bool want_other_users);