]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journal: drop left-over header line
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 22 Feb 2018 22:39:17 +0000 (23:39 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 22 Feb 2018 23:13:52 +0000 (00:13 +0100)
Fixup for 53978b98f9ecc16dca216e8dab17d0d5622c9056.

src/journal/journald-native.h

index 7ca17ec6096b171fbd61eee3a1e8cc22c3a02308..f1b4abc41a2fad4f384f3fa40302eb0a8c8e8ab9 100644 (file)
@@ -22,8 +22,6 @@
 
 #include "journald-server.h"
 
-bool valid_user_field(const char *p, size_t l, bool allow_protected);
-
 void server_process_native_message(Server *s, const void *buffer, size_t buffer_size, const struct ucred *ucred, const struct timeval *tv, const char *label, size_t label_len);
 
 void server_process_native_file(Server *s, int fd, const struct ucred *ucred, const struct timeval *tv, const char *label, size_t label_len);