diff --git a/ChangeLog b/ChangeLog index b111098f..9f1a5e0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Wed Apr 18 17:09:15 CEST 2001 Daniel Veillard + + * entities.h: andrew@ugh.net.au detected a double declaration + Wed Apr 18 15:06:30 CEST 2001 Daniel Veillard * debugXML.c hash.c tree.h valid.c : some changes related to diff --git a/entities.h b/entities.h index 305d043c..a811eb93 100644 --- a/entities.h +++ b/entities.h @@ -103,7 +103,6 @@ void xmlDumpEntitiesTable (xmlBufferPtr buf, xmlEntitiesTablePtr table); void xmlDumpEntityDecl (xmlBufferPtr buf, xmlEntityPtr ent); -xmlEntitiesTablePtr xmlCopyEntitiesTable (xmlEntitiesTablePtr table); void xmlCleanupPredefinedEntities(void); diff --git a/include/libxml/entities.h b/include/libxml/entities.h index 305d043c..a811eb93 100644 --- a/include/libxml/entities.h +++ b/include/libxml/entities.h @@ -103,7 +103,6 @@ void xmlDumpEntitiesTable (xmlBufferPtr buf, xmlEntitiesTablePtr table); void xmlDumpEntityDecl (xmlBufferPtr buf, xmlEntityPtr ent); -xmlEntitiesTablePtr xmlCopyEntitiesTable (xmlEntitiesTablePtr table); void xmlCleanupPredefinedEntities(void);