diff options
Diffstat (limited to 'httpd_commands.h')
-rw-r--r-- | httpd_commands.h | 8 |
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 |