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