fa5f3482ef
Add a patch from the official libxml CVS repository: 1.28 veillard "2001-04-18 11:10" - entities.h: andrew@ugh.net.au detected a double declaration
12 lines
462 B
Text
12 lines
462 B
Text
$NetBSD: patch-aa,v 1.5 2003/04/25 03:09:08 martti Exp $
|
|
|
|
--- entities.h.orig 2003-04-24 13:04:32.000000000 +0300
|
|
+++ entities.h 2003-04-24 13:04:58.000000000 +0300
|
|
@@ -92,7 +92,6 @@
|
|
void xmlFreeEntitiesTable (xmlEntitiesTablePtr table);
|
|
void xmlDumpEntitiesTable (xmlBufferPtr buf,
|
|
xmlEntitiesTablePtr table);
|
|
-xmlEntitiesTablePtr xmlCopyEntitiesTable (xmlEntitiesTablePtr table);
|
|
void xmlCleanupPredefinedEntities(void);
|
|
|
|
#ifdef __cplusplus
|