summaryrefslogtreecommitdiff
path: root/httpd.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-08-20 16:40:22 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2010-08-20 16:40:22 +0200
commitba6253a26a9ae21b5a65e8d9ece6bddbdd521b97 (patch)
tree52bbf4c5d48ca9f4249b2dc43b8e556de25e8192 /httpd.h
parent5a906dee16177d9427520c8d6cd391d5111815b2 (diff)
Fixed include guards.
Diffstat (limited to 'httpd.h')
-rw-r--r--httpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/httpd.h b/httpd.h
index 73b2c2f..35cd391 100644
--- a/httpd.h
+++ b/httpd.h
@@ -1,5 +1,5 @@
-#ifndef _HTTPD_H_
-#define _HTTPD_H_
+#ifndef HTTPD_H
+#define HTTPD_H
#include <glib.h>