]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/shared/journal-util.h
resolved: rework parsing of /etc/hosts
[thirdparty/systemd.git] / src / shared / journal-util.h
index ef5e314d370a371356e96518d27fc58793e281e5..da86434a6795e54b866c22ef7815d7b2d8c6a056 100644 (file)
@@ -1,23 +1,5 @@
 /* SPDX-License-Identifier: LGPL-2.1+ */
-/***
-  This file is part of systemd.
-
-  Copyright 2013 Zbigniew JÄ™drzejewski-Szmek
-  Copyright 2015 Lennart Poettering
-
-  systemd is free software; you can redistribute it and/or modify it
-  under the terms of the GNU Lesser General Public License as published by
-  the Free Software Foundation; either version 2.1 of the License, or
-  (at your option) any later version.
-
-  systemd is distributed in the hope that it will be useful, but
-  WITHOUT ANY WARRANTY; without even the implied warranty of
-  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-  Lesser General Public License for more details.
-
-  You should have received a copy of the GNU Lesser General Public License
-  along with systemd; If not, see <http://www.gnu.org/licenses/>.
-***/
+#pragma once
 
 #include <stdbool.h>
 #include <sys/types.h>
@@ -26,4 +8,4 @@
 
 bool journal_field_valid(const char *p, size_t l, bool allow_protected);
 
-int journal_access_check_and_warn(sd_journal *j, bool quiet);
+int journal_access_check_and_warn(sd_journal *j, bool quiet, bool want_other_users);