[Expat-checkins] expat/doc reference.html,1.43,1.44

Fred L. Drake fdrake at users.sourceforge.net
Wed Mar 12 17:30:50 EST 2003


Update of /cvsroot/expat/expat/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv27122

Modified Files:
	reference.html 
Log Message:
Fix function signature.
Closes SF bug #679468.


Index: reference.html
===================================================================
RCS file: /cvsroot/expat/expat/doc/reference.html,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- reference.html	12 Mar 2003 22:42:53 -0000	1.43
+++ reference.html	13 Mar 2003 01:30:48 -0000	1.44
@@ -1462,7 +1462,7 @@
 
 <pre class="fcndec" id="XML_ErrorString">
 const XML_LChar *
-XML_ErrorString(int code);
+XML_ErrorString(enum XML_Error code);
 </pre>
 <div class="fcndef">
 Return a string describing the error corresponding to code.





More information about the Expat-checkins mailing list