summaryrefslogtreecommitdiff
path: root/include/dom/core/cdatasection.h
diff options
context:
space:
mode:
authorBo Yang <struggleyb.nku@gmail.com>2009-04-29 11:31:03 +0000
committerBo Yang <struggleyb.nku@gmail.com>2009-04-29 11:31:03 +0000
commit62ef8dccac05d5cf6e109b6fdd6de11e598e5f9d (patch)
tree2fefb51804918d2ee96b65b68c70b0ff36f325b7 /include/dom/core/cdatasection.h
parentd3d77b38ee1e632c28d25da9a9b2b67188d76cc8 (diff)
downloadlibdom-62ef8dccac05d5cf6e109b6fdd6de11e598e5f9d.tar.gz
libdom-62ef8dccac05d5cf6e109b6fdd6de11e598e5f9d.tar.bz2
Add dom_document_fragment, dom_cdata_section, dom_entity_reference, dom_processing_instruction to public DOM interface.
svn path=/trunk/dom/; revision=7363
Diffstat (limited to 'include/dom/core/cdatasection.h')
-rw-r--r--include/dom/core/cdatasection.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/dom/core/cdatasection.h b/include/dom/core/cdatasection.h
new file mode 100644
index 0000000..74b6643
--- /dev/null
+++ b/include/dom/core/cdatasection.h
@@ -0,0 +1,12 @@
+/*
+ * This file is part of libdom.
+ * Licensed under the MIT License,
+ * http://www.opensource.org/licenses/mit-license.php
+ */
+
+#ifndef dom_core_cdatasection_h_
+#define dom_core_cdatasection_h_
+
+typedef struct dom_cdata_section dom_cdata_section;
+
+#endif