summaryrefslogtreecommitdiff
path: root/httpd_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'httpd_commands.h')
-rw-r--r--httpd_commands.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/httpd_commands.h b/httpd_commands.h
index 7b90f95..86b3da0 100644
--- a/httpd_commands.h
+++ b/httpd_commands.h
@@ -1,8 +1,8 @@
-#ifndef _COMMANDS_H_
-#define _COMMANDS_H_
+#ifndef _HTTPD_COMMANDS_H_
+#define _HTTPD_COMMANDS_H_
#include <gio/gio.h>
-void commands_handle(GSocketConnection *connection, const gchar *cmd);
+void httpd_commands_handle(GSocketConnection *connection, const gchar *cmd);
#endif