summaryrefslogtreecommitdiff
path: root/app/v3_c/src/tcpserver.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'app/v3_c/src/tcpserver.h.in')
-rw-r--r--app/v3_c/src/tcpserver.h.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/v3_c/src/tcpserver.h.in b/app/v3_c/src/tcpserver.h.in
new file mode 100644
index 0000000..14b6736
--- /dev/null
+++ b/app/v3_c/src/tcpserver.h.in
@@ -0,0 +1,10 @@
+#ifndef TCPSERVER_H
+#define TCPSERVER_H
+
+#define LISTEN_PORT 8080
+#define LISTEN_BACKLOG 5
+
+int tcpserver();
+
+#endif
+