remove info(), instead used printf's. Check for DAEMON at some stages

This commit is contained in:
Björn Ketelaars
2015-09-19 17:29:40 +02:00
parent f7926b75fc
commit 7e33e463bb
2 changed files with 20 additions and 21 deletions

View File

@@ -92,7 +92,6 @@ void parse_parameters(int argc, char **argv);
void save_log(char *slug, char *hostaddrp, char *h_name);
void change_owner(char *directory);
void set_uid_gid();
void info(char *buffer, ...);
char *check_banlist(char *ip_address);
char *check_whitelist(char *ip_address);