mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-13 08:02:56 +00:00
Rename convert argument to conv to avoid problems when used
in perl extension.
This commit is contained in:
parent
d2c1656f5f
commit
c2095e6b66
1 changed files with 2 additions and 2 deletions
|
@ -270,7 +270,7 @@ int XMLTOKAPI XmlSizeOfUnknownEncoding();
|
|||
ENCODING XMLTOKAPI *
|
||||
XmlInitUnknownEncoding(void *mem,
|
||||
int *table,
|
||||
int (*convert)(void *userData, const char *p),
|
||||
int (*conv)(void *userData, const char *p),
|
||||
void *userData);
|
||||
|
||||
int XMLTOKAPI XmlParseXmlDeclNS(int isGeneralTextEntity,
|
||||
|
@ -288,7 +288,7 @@ const ENCODING XMLTOKAPI *XmlGetUtf16InternalEncodingNS();
|
|||
ENCODING XMLTOKAPI *
|
||||
XmlInitUnknownEncodingNS(void *mem,
|
||||
int *table,
|
||||
int (*convert)(void *userData, const char *p),
|
||||
int (*conv)(void *userData, const char *p),
|
||||
void *userData);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue