summaryrefslogtreecommitdiff
path: root/control_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'control_commands.h')
-rw-r--r--control_commands.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/control_commands.h b/control_commands.h
new file mode 100644
index 0000000..03d557b
--- /dev/null
+++ b/control_commands.h
@@ -0,0 +1,8 @@
+#ifndef CONTROL_COMMANDS_H
+#define CONTROL_COMMANDS_H
+
+#include <glib.h>
+
+void control_commands_handle(const gchar *cmd);
+
+#endif