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