diff options
Diffstat (limited to 'control_service.h')
-rw-r--r-- | control_service.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/control_service.h b/control_service.h new file mode 100644 index 0000000..70cadc5 --- /dev/null +++ b/control_service.h @@ -0,0 +1,9 @@ +#ifndef CONTROL_SERVICE_H +#define CONTROL_SERVICE_H + +#include <glib.h> + +gboolean control_service_start(); +void control_service_stop(); + +#endif |