summaryrefslogtreecommitdiff
path: root/httpd_commands.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-08-20 16:30:30 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-08-20 16:30:30 +0200
commit5a906dee16177d9427520c8d6cd391d5111815b2 (patch)
tree406ca4b93e035ddd078be870966cc1a160a3ca02 /httpd_commands.h
parente223ce08864953b9ff59aa2196010d8928a4c3f5 (diff)
Fixed header inclusions across command files.
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