summaryrefslogtreecommitdiff
path: root/server_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'server_commands.h')
-rw-r--r--server_commands.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/server_commands.h b/server_commands.h
new file mode 100644
index 0000000..3a073b3
--- /dev/null
+++ b/server_commands.h
@@ -0,0 +1,9 @@
+#ifndef _SERVER_COMMANDS_H_
+#define _SERVER_COMMANDS_H_
+
+#include <glib.h>
+#include <gio/gio.h>
+
+void server_commands_handle(GSocketConnection *connection, const gchar *cmd);
+
+#endif