From fa7220ec0edc6622b7472940fc4f2705976db342 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Thu, 12 Nov 2015 14:35:58 -0800 Subject: Removed old Common.h --- netcon/Common.c | 4 ++-- netcon/Common.h | 30 ------------------------------ netcon/libintercept.so.1.0 | Bin 0 -> 57256 bytes 3 files changed, 2 insertions(+), 32 deletions(-) delete mode 100755 netcon/Common.h create mode 100755 netcon/libintercept.so.1.0 (limited to 'netcon') diff --git a/netcon/Common.c b/netcon/Common.c index af467b1c..1ab526bb 100755 --- a/netcon/Common.c +++ b/netcon/Common.c @@ -36,6 +36,8 @@ #include #include #include +#include + #define DEBUG_LEVEL 5 @@ -43,8 +45,6 @@ #define MSG_INFO 1 // Information which is generally useful to any user #define MSG_DEBUG 2 // Information which is only useful to someone debugging -#include "Common.h" - #ifdef NETCON_INTERCEPT extern pthread_mutex_t loglock; diff --git a/netcon/Common.h b/netcon/Common.h deleted file mode 100755 index c8fbd421..00000000 --- a/netcon/Common.h +++ /dev/null @@ -1,30 +0,0 @@ - -#ifndef _COMMON_H_ -#define _COMMON_H_ - -//#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -/* -void set_log_options(int, char *, int); -void show_msg(int level, char *, ...); -unsigned int resolve_ip(char *, int, int); -*/ - -#endif diff --git a/netcon/libintercept.so.1.0 b/netcon/libintercept.so.1.0 new file mode 100755 index 00000000..2e8d6035 Binary files /dev/null and b/netcon/libintercept.so.1.0 differ -- cgit v1.2.3