1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +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

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