#ifndef HTTPD_COMMANDS_H #define HTTPD_COMMANDS_H #include void httpd_commands_handle(GSocketConnection *connection, const gchar *cmd); #endif