From 4f0f5017bcf1853f694d4c8983bb061157fb0399 Mon Sep 17 00:00:00 2001 From: yrutschle Date: Mon, 27 Sep 2021 12:55:57 +0200 Subject: [PATCH] remove obsolete prototype --- common.h | 1 - 1 file changed, 1 deletion(-) diff --git a/common.h b/common.h index d3ebd59..ee53dd1 100644 --- a/common.h +++ b/common.h @@ -160,7 +160,6 @@ void setup_syslog(const char* bin_name); void drop_privileges(const char* user_name, const char* chroot_path); void set_capabilities(int cap_net_admin); void write_pid_file(const char* pidfile); -void log_message(int type, const char* msg, ...); void dump_connection(struct connection *cnx); int resolve_split_name(struct addrinfo **out, char* hostname, char* port);