summaryrefslogtreecommitdiff
path: root/commands.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-08-26 22:36:07 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-08-26 22:36:07 +0200
commit9c7db46be9933e36e79b4caac86a5bdc3183122d (patch)
tree7d31a4ed584d975befe634207ac84925b21ee592 /commands.h
parent3991db2df701b5b6a0401e6974811db3e15edb39 (diff)
Merged commands.c and control_commands.c.
Diffstat (limited to 'commands.h')
-rw-r--r--commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.h b/commands.h
index ec0e0b2..f774e72 100644
--- a/commands.h
+++ b/commands.h
@@ -4,6 +4,6 @@
#include <glib.h>
#include <gio/gio.h>
-void commands_handle(GSocketConnection *connection, const gchar *cmd);
+void commands_handle(GSocketConnection *connection, const gchar *cmd, GError **error);
#endif