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