summaryrefslogtreecommitdiff
path: root/src/html.h
diff options
context:
space:
mode:
authorportix <portix@gmx.net>2013-05-12 21:59:20 +0200
committerportix <portix@gmx.net>2013-05-12 21:59:20 +0200
commitc234601ef777791eeee91cdd56120faa104a5a26 (patch)
tree9383b8af8fa5777a9ab51fc9685a82ec458b1996 /src/html.h
parentcf93f0deb87cf620701600b2bd30b59a556528ed (diff)
downloaddwb-c234601ef777791eeee91cdd56120faa104a5a26.zip
Changing include protections
Diffstat (limited to 'src/html.h')
-rw-r--r--src/html.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/html.h b/src/html.h
index 1269dbeb..25da6895 100644
--- a/src/html.h
+++ b/src/html.h
@@ -16,8 +16,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
-#ifndef HTML_H
-#define HTML_H
+#ifndef __DWB_HTML_H__
+#define __DWB_HTML_H__
gboolean html_load(GList *, const char *);