summaryrefslogtreecommitdiff
path: root/include/libcss/functypes.h
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-09-25 00:19:16 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-09-25 00:19:16 +0000
commit4793b871b96c1b64383695be117467b59bfbfaa1 (patch)
treedfad2fa0ceb4fc6cf0aef9bc7f6b183f1c7ece17 /include/libcss/functypes.h
parent3986ea98445d605596d94318aa0d91fabc883cc4 (diff)
downloadlibcss-4793b871b96c1b64383695be117467b59bfbfaa1.tar.gz
libcss-4793b871b96c1b64383695be117467b59bfbfaa1.tar.bz2
Public stylesheet API & stubbed out implementations.
Make public headers use libcss_ as their guard macro prefix. svn path=/trunk/libcss/; revision=5433
Diffstat (limited to 'include/libcss/functypes.h')
-rw-r--r--include/libcss/functypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/libcss/functypes.h b/include/libcss/functypes.h
index 22a48bf..52cb33f 100644
--- a/include/libcss/functypes.h
+++ b/include/libcss/functypes.h
@@ -5,8 +5,8 @@
* Copyright 2007-8 John-Mark Bell <jmb@netsurf-browser.org>
*/
-#ifndef css_functypes_h_
-#define css_functypes_h_
+#ifndef libcss_functypes_h_
+#define libcss_functypes_h_
#include <stdbool.h>
#include <stdint.h>