mirror of
https://github.com/darlinghq/darling-libxml2.git
synced 2024-12-15 00:08:29 +00:00
parent
a10efa8aa6
commit
ceacdd964d
@ -1,3 +1,7 @@
|
||||
Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* entities.h: andrew@ugh.net.au detected a double declaration
|
||||
|
||||
Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard <Daniel.Veillard@imag.fr>
|
||||
|
||||
* debugXML.c hash.c tree.h valid.c : some changes related to
|
||||
|
@ -103,7 +103,6 @@ void xmlDumpEntitiesTable (xmlBufferPtr buf,
|
||||
xmlEntitiesTablePtr table);
|
||||
void xmlDumpEntityDecl (xmlBufferPtr buf,
|
||||
xmlEntityPtr ent);
|
||||
xmlEntitiesTablePtr xmlCopyEntitiesTable (xmlEntitiesTablePtr table);
|
||||
void xmlCleanupPredefinedEntities(void);
|
||||
|
||||
|
||||
|
@ -103,7 +103,6 @@ void xmlDumpEntitiesTable (xmlBufferPtr buf,
|
||||
xmlEntitiesTablePtr table);
|
||||
void xmlDumpEntityDecl (xmlBufferPtr buf,
|
||||
xmlEntityPtr ent);
|
||||
xmlEntitiesTablePtr xmlCopyEntitiesTable (xmlEntitiesTablePtr table);
|
||||
void xmlCleanupPredefinedEntities(void);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user