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