From 0ef865bb301954df86b87cd1978ca711c01e71d5 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Sat, 21 Aug 2010 01:09:12 +0200 Subject: Added the basics for local control commands. --- control_service.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 control_service.h (limited to 'control_service.h') 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 + +gboolean control_service_start(); +void control_service_stop(); + +#endif -- cgit v1.2.3