diff --git a/log.h b/log.h index 622885a..4a345c6 100644 --- a/log.h +++ b/log.h @@ -3,8 +3,6 @@ void setup_syslog(const char* bin_name); -void log_message(int type, const char* msg, ...); - void log_connection(struct connection_desc* desc, const struct connection *cnx); typedef struct s_msg_info{