summaryrefslogtreecommitdiffstats
path: root/src/server-tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server-tcp.h')
-rw-r--r--src/server-tcp.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/server-tcp.h b/src/server-tcp.h
new file mode 100644
index 0000000..f8b2849
--- /dev/null
+++ b/src/server-tcp.h
@@ -0,0 +1,8 @@
+#ifndef fooservertcphfoo
+#define fooservertcphfoo
+
+#include "stream.h"
+
+struct stream* stream_server_tcp(const char *args);
+
+#endif