#ifndef _COMMAND_SERVICE_H_ #define _COMMAND_SERVICE_H_ #include gboolean server_start(); void server_stop(); #endif