summaryrefslogtreecommitdiff
path: root/command_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'command_service.h')
-rw-r--r--command_service.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/command_service.h b/command_service.h
new file mode 100644
index 0000000..2e59f9c
--- /dev/null
+++ b/command_service.h
@@ -0,0 +1,9 @@
+#ifndef _COMMAND_SERVICE_H_
+#define _COMMAND_SERVICE_H_
+
+#include <glib.h>
+
+gboolean server_start();
+void server_stop();
+
+#endif