From e223ce08864953b9ff59aa2196010d8928a4c3f5 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 20 Aug 2010 16:27:17 +0200 Subject: Renamed command files. --- httpd_commands.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 httpd_commands.h (limited to 'httpd_commands.h') 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 + +void commands_handle(GSocketConnection *connection, const gchar *cmd); + +#endif -- cgit v1.2.3