summaryrefslogtreecommitdiff
path: root/control_service.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-08-21 01:09:12 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-08-21 01:09:12 +0200
commit0ef865bb301954df86b87cd1978ca711c01e71d5 (patch)
tree56b63932d56927b3937e95e70fe4f1d57363bcad /control_service.h
parentf156f9a4f120a055b023ce8e60fac3012e0c185f (diff)
Added the basics for local control commands.
Diffstat (limited to 'control_service.h')
-rw-r--r--control_service.h9
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