summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorcoopercc <coopercc>2000-09-29 14:57:44 +0000
committercoopercc <coopercc>2000-09-29 14:57:44 +0000
commit483e367bf271db50ac89f88b164f43907f019668 (patch)
tree704a2b00ea504e44fcf13cb2a6d7d3ffadcc2d47 /doc
parent9ea95f8d619bde5af1562b6d029f9286db699d42 (diff)
downloadlibexpat-483e367bf271db50ac89f88b164f43907f019668.tar.gz
Versioning information, fill in Changes file, possible final commit before
first release (1.95.0)
Diffstat (limited to 'doc')
-rw-r--r--doc/reference.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/reference.html b/doc/reference.html
index f37f55f..bf73a70 100644
--- a/doc/reference.html
+++ b/doc/reference.html
@@ -47,6 +47,7 @@ copyright and to distribute it with expat.
<ul>
<li><a href="#XML_ParserCreate">XML_ParserCreate</a></li>
<li><a href="#XML_ParserCreateNS">XML_ParserCreateNS</a></li>
+ <li><a href="#XML_ParserCreate_MM">XML_ParserCreate_MM</a></li>
<li><a href="#XML_ExternalEntityParserCreate">XML_ExternalEntityParserCreate</a></li>
<li><a href="#XML_ParserFree">XML_ParserFree</a></li>
</ul>
@@ -110,6 +111,8 @@ copyright and to distribute it with expat.
<li><a href="#XML_GetIdAttributeIndex">XML_GetIdAttributeIndex</a></li>
<li><a href="#XML_SetEncoding">XML_SetEncoding</a></li>
<li><a href="#XML_SetParamEntityParsing">XML_SetParamEntityParsing</a></li>
+ <li><a href="#XML_SetReturnNSTriplet">XML_SetReturnNSTriplet</a></li>
+ <li><a href="#XML_ExpatVersion">XML_ExpatVersion</a></li>
</ul>
</li>
</ul>
@@ -1462,5 +1465,13 @@ The order of returned parts is URI, local name, and prefix.</p>
default manner, URI then local_name separated by the namespace separator.</p>
</div>
+<div class="fcndec"><a name="XML_ExpatVersion"><pre>
+XML_LChar *
+XML_ExpatVersion();
+</pre></a>
+<div class="fcndef">
+Return the library version string.
+</div>
+
</body>
</html>