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