From a6b3939dd95aedae931792bd75f4c4878dfd019b Mon Sep 17 00:00:00 2001 From: "Fred L. Drake, Jr." Date: Tue, 24 Jul 2001 16:03:51 +0000 Subject: [PATCH] Oops, remove a prototype for a feature that is not yet ready. --- expat/lib/expat.h.in | 5 ----- 1 file changed, 5 deletions(-) diff --git a/expat/lib/expat.h.in b/expat/lib/expat.h.in index b52c90c0..4ea64b2b 100644 --- a/expat/lib/expat.h.in +++ b/expat/lib/expat.h.in @@ -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. -- 2.40.0