summaryrefslogtreecommitdiff
path: root/include/libxml/SAX.h
diff options
context:
space:
mode:
authorMike Hommey <mh@glandium.org>2004-07-06 12:57:17 +0000
committerMike Hommey <mh@glandium.org>2004-07-06 12:57:17 +0000
commitc14c53a3645d81281058d4bb4cff24fa8d6faf33 (patch)
tree29bccc2e7499af078a3d1cdcfb517a1dee891be5 /include/libxml/SAX.h
parentd4e028c96af89ade493b440d4f2de6b684c03a06 (diff)
downloadlibxml2-upstream/2.6.11.tar.gz
Load /tmp/tmp.DIvcnD/libxml2-2.6.11 intoupstream/2.6.11
packages/libxml2/branches/upstream/current.
Diffstat (limited to 'include/libxml/SAX.h')
-rw-r--r--include/libxml/SAX.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/libxml/SAX.h b/include/libxml/SAX.h
index a305b69..91b3fbc 100644
--- a/include/libxml/SAX.h
+++ b/include/libxml/SAX.h
@@ -18,6 +18,8 @@
#include <libxml/parser.h>
#include <libxml/xlink.h>
+#ifdef LIBXML_SAX1_ENABLED
+
#ifdef __cplusplus
extern "C" {
#endif
@@ -162,4 +164,7 @@ XMLPUBFUN void XMLCALL
#ifdef __cplusplus
}
#endif
+
+#endif /* LIBXML_SAX1_ENABLED */
+
#endif /* __XML_SAX_H__ */