1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-28 23:14:57 +03:00

- 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> 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 * debugXML.c hash.c tree.h valid.c : some changes related to

View File

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

View File

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