blob: c1d5e9347c3ed5fec85121331437799ab7e72545 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$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
|