summaryrefslogtreecommitdiff
path: root/include/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/network.h')
-rwxr-xr-xinclude/network.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/include/network.h b/include/network.h
deleted file mode 100755
index a7934eb..0000000
--- a/include/network.h
+++ /dev/null
@@ -1,12 +0,0 @@
-
-#ifndef NETWORK_H
-
-#include "main.h"
-
-#define NETWORK_H
-
-extern int newSocket(int port,const char *ip);
-extern int getNewClient(int sockfd);
-extern int getNewClientIP(int sockfd,char **str_ip);
-
-#endif