mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
13 lines
462 B
Plaintext
13 lines
462 B
Plaintext
$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
|