- entities.h: andrew@ugh.net.au detected a double declaration

Daniel
This commit is contained in:
Daniel Veillard 2001-04-18 15:10:35 +00:00
parent a10efa8aa6
commit ceacdd964d
3 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -103,7 +103,6 @@ void xmlDumpEntitiesTable (xmlBufferPtr buf,
xmlEntitiesTablePtr table);
void xmlDumpEntityDecl (xmlBufferPtr buf,
xmlEntityPtr ent);
xmlEntitiesTablePtr xmlCopyEntitiesTable (xmlEntitiesTablePtr table);
void xmlCleanupPredefinedEntities(void);

View File

@ -103,7 +103,6 @@ void xmlDumpEntitiesTable (xmlBufferPtr buf,
xmlEntitiesTablePtr table);
void xmlDumpEntityDecl (xmlBufferPtr buf,
xmlEntityPtr ent);
xmlEntitiesTablePtr xmlCopyEntitiesTable (xmlEntitiesTablePtr table);
void xmlCleanupPredefinedEntities(void);