summaryrefslogtreecommitdiff
path: root/httpd_commands.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-08-20 16:27:17 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-08-20 16:27:17 +0200
commite223ce08864953b9ff59aa2196010d8928a4c3f5 (patch)
treefda8ebbc5dce60d4e27f330d11d31e4d08dd9c9a /httpd_commands.h
parentc08386db6b190f32a138c667a4bbc637e8ffa620 (diff)
Renamed command files.
Diffstat (limited to 'httpd_commands.h')
-rw-r--r--httpd_commands.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/httpd_commands.h b/httpd_commands.h
new file mode 100644
index 0000000..7b90f95
--- /dev/null
+++ b/httpd_commands.h
@@ -0,0 +1,8 @@
+#ifndef _COMMANDS_H_
+#define _COMMANDS_H_
+
+#include <gio/gio.h>
+
+void commands_handle(GSocketConnection *connection, const gchar *cmd);
+
+#endif