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