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