pkgsrc/textproc/libxml/patches/patch-aa

13 lines
462 B
Text
Raw Normal View History

$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