summaryrefslogtreecommitdiff
path: root/command_service.c
diff options
context:
space:
mode:
Diffstat (limited to 'command_service.c')
-rw-r--r--command_service.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/command_service.c b/command_service.c
index bfbc2cb..3a594aa 100644
--- a/command_service.c
+++ b/command_service.c
@@ -1,5 +1,5 @@
#include "command_service.h"
-#include "server_commands.h"
+#include "commands.h"
#include <gio/gio.h>
@@ -35,7 +35,7 @@ static gboolean service_incoming(GSocketService *service,
}
*pos = '\0';
- server_commands_handle(connection, buffer);
+ commands_handle(connection, buffer);
}
return FALSE;