From 2af42b9a787371b6ed2787a663e1149314322777 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Thu, 22 Feb 2018 23:39:17 +0100 Subject: [PATCH] journal: drop left-over header line Fixup for 53978b98f9ecc16dca216e8dab17d0d5622c9056. --- src/journal/journald-native.h | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.47.3