Fix function signature.

Closes SF bug #679468.
This commit is contained in:
Fred L. Drake, Jr. 2003-03-13 01:30:48 +00:00
parent cc454566be
commit de2aab2a91

View File

@ -1462,7 +1462,7 @@ Return what type of error has occurred.
<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.