From: Zbigniew Jędrzejewski-Szmek Date: Thu, 22 Feb 2018 22:39:17 +0000 (+0100) Subject: journal: drop left-over header line X-Git-Tag: v238~60^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2af42b9a787371b6ed2787a663e1149314322777;p=thirdparty%2Fsystemd.git journal: drop left-over header line Fixup for 53978b98f9ecc16dca216e8dab17d0d5622c9056. --- diff --git a/src/journal/journald-native.h b/src/journal/journald-native.h index 7ca17ec6096..f1b4abc41a2 100644 --- a/src/journal/journald-native.h +++ b/src/journal/journald-native.h @@ -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);