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