summaryrefslogtreecommitdiff
path: root/httpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'httpd.c')
-rw-r--r--httpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/httpd.c b/httpd.c
index 744871f..6e95730 100644
--- a/httpd.c
+++ b/httpd.c
@@ -1,5 +1,5 @@
#include "httpd.h"
-#include "commands.h"
+#include "httpd_commands.h"
#include <gio/gio.h>
#include <string.h>
@@ -66,7 +66,7 @@ static gboolean service_incoming(GSocketService *service,
g_strfreev(data);
- commands_handle(connection, path);
+ httpd_commands_handle(connection, path);
g_free(path);