summaryrefslogtreecommitdiff
path: root/netcon/Common.h
diff options
context:
space:
mode:
authorJoseph Henry <josephjah@gmail.com>2015-11-12 14:32:27 -0800
committerJoseph Henry <josephjah@gmail.com>2015-11-12 14:32:27 -0800
commitd1a22a0878462b5eb5acd8de98c87a89a14d841f (patch)
treeb65f9e1b71e3a9c9e0dcdff7a3c68a12cfeda427 /netcon/Common.h
parente5fad005a9c5b4ad5f645a4aba40a7bff2eeda58 (diff)
downloadinfinitytier-d1a22a0878462b5eb5acd8de98c87a89a14d841f.tar.gz
infinitytier-d1a22a0878462b5eb5acd8de98c87a89a14d841f.zip
Streamlined debug output code
Diffstat (limited to 'netcon/Common.h')
-rwxr-xr-xnetcon/Common.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/netcon/Common.h b/netcon/Common.h
index 275db8db..c8fbd421 100755
--- a/netcon/Common.h
+++ b/netcon/Common.h
@@ -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