From 5a906dee16177d9427520c8d6cd391d5111815b2 Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Fri, 20 Aug 2010 16:30:30 +0200 Subject: Fixed header inclusions across command files. --- httpd_commands.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'httpd_commands.h') 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 -void commands_handle(GSocketConnection *connection, const gchar *cmd); +void httpd_commands_handle(GSocketConnection *connection, const gchar *cmd); #endif -- cgit v1.2.3