[Expat-checkins] CVS: expat/lib expat.h.in,1.5,1.6

Fred L. Drake fdrake@users.sourceforge.net
Tue, 24 Jul 2001 09:03:54 -0700


Update of /cvsroot/expat/expat/lib
In directory usw-pr-cvs1:/tmp/cvs-serv15979

Modified Files:
	expat.h.in 
Log Message:

Oops, remove a prototype for a feature that is not yet ready.


Index: expat.h.in
===================================================================
RCS file: /cvsroot/expat/expat/lib/expat.h.in,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** expat.h.in	2001/07/24 16:00:52	1.5
--- expat.h.in	2001/07/24 16:03:51	1.6
***************
*** 331,339 ****
  					    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
--- 331,334 ----