wrap printf in info() and replace a couple of printf statements

This commit is contained in:
Björn Ketelaars
2015-09-04 11:59:44 +02:00
parent 89c5fc8680
commit 7a2b8b1888
2 changed files with 21 additions and 15 deletions

View File

@@ -90,6 +90,7 @@ 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);