Streamlined debug output code

This commit is contained in:
Joseph Henry 2015-11-12 14:32:27 -08:00
commit d1a22a0878
10 changed files with 211 additions and 288 deletions

View file

@ -21,14 +21,10 @@
#include <signal.h>
#include <sys/socket.h>
/*
void set_log_options(int, char *, int);
void show_msg(int level, char *, ...);
unsigned int resolve_ip(char *, int, int);
#define MSGERR 0
#define MSGDEBUG 1
*/
#endif