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_commands.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 control_commands.h (limited to 'control_commands.h') 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 + +void control_commands_handle(const gchar *cmd); + +#endif -- cgit v1.2.3