summaryrefslogtreecommitdiff
path: root/src/base/downServer.h
diff options
context:
space:
mode:
authorDusan Durech <dusan.d@centrum.sk>2008-10-31 15:03:06 +0100
committerDusan Durech <dusan.d@centrum.sk>2008-10-31 15:03:06 +0100
commitb361c7bc3532f22caf053b779ba970de8c346893 (patch)
tree428db786fb7ea006dd2767d79b11db3c9526076a /src/base/downServer.h
parent26958da9d09934cc162fafc7dd159bf449858c16 (diff)
podpora downServera v gameServery ;)
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