summaryrefslogtreecommitdiff
path: root/src/base/downServer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/downServer.h')
-rw-r--r--src/base/downServer.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/base/downServer.h b/src/base/downServer.h
new file mode 100644
index 0000000..6ca8d93
--- /dev/null
+++ b/src/base/downServer.h
@@ -0,0 +1,15 @@
+
+#ifndef DOWN_SERVER_H
+
+#define DOWN_SERVER_H
+
+#include "list.h"
+#include "tcp.h"
+#include "buffer.h"
+
+extern int initDownServer(char *ip4, int port4);
+extern int setDownServerSelect();
+extern int selectDownServerSocket();
+extern int quitDownServer();
+
+#endif