summaryrefslogtreecommitdiff
path: root/src/server/command.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/command.h')
-rw-r--r--src/server/command.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/server/command.h b/src/server/command.h
new file mode 100644
index 0000000..4edfb09
--- /dev/null
+++ b/src/server/command.h
@@ -0,0 +1,14 @@
+/* ISC license. */
+
+#ifndef S6RCD_COMMAND_H
+#define S6RCD_COMMAND_H
+
+#include <sys/uio.h>
+
+#include <skalibs/textmessage.h>
+
+ /* Client commands */
+
+int command_handle (struct iovec const *, void *) ;
+
+#endif