removed obsolete prototye

This commit is contained in:
yrutschle 2021-10-02 21:23:39 +02:00
parent 7b0d486d3d
commit ed48d3964f

2
log.h
View File

@ -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{