mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-05 13:14:59 +00:00
Adjusted layout of XML_ParserReset fix.
This commit is contained in:
parent
f375cc9c98
commit
04e4395048
1 changed files with 2 additions and 1 deletions
|
@ -692,7 +692,8 @@ freeing any memory associated with <a href="#userdata">user data</a>.
|
|||
|
||||
<pre class="fcndec" id="XML_ParserReset">
|
||||
XML_Bool
|
||||
XML_ParserReset(XML_Parser p, const XML_Char *encoding);
|
||||
XML_ParserReset(XML_Parser p,
|
||||
const XML_Char *encoding);
|
||||
</pre>
|
||||
<div class="fcndef">
|
||||
Clean up the memory structures maintained by the parser so that it may
|
||||
|
|
Loading…
Add table
Reference in a new issue