mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 06:04:59 +00:00
Oops, remove a prototype for a feature that is not yet ready.
This commit is contained in:
parent
a0f045d46d
commit
a6b3939dd9
1 changed files with 0 additions and 5 deletions
|
@ -330,11 +330,6 @@ typedef int (*XML_ExternalEntityRefHandler)(XML_Parser parser,
|
|||
const XML_Char *systemId,
|
||||
const XML_Char *publicId);
|
||||
|
||||
typedef int (*XML_InternalEntityRefHandler)(XML_Parser parser,
|
||||
const XML_Char *context,
|
||||
const XML_Char *name,
|
||||
const XML_Char *text);
|
||||
|
||||
/* This structure is filled in by the XML_UnknownEncodingHandler
|
||||
to provide information to the parser about encodings that are unknown
|
||||
to the parser.
|
||||
|
|
Loading…
Add table
Reference in a new issue