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