aboutsummaryrefslogtreecommitdiffstats
path: root/include/libxml
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-12-10 21:07:19 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-12-10 21:07:19 +0000
commit2d8a93b1210637e3180699f0d418ce83631a198b (patch)
tree1bf81873db5f16a113555338afc4f44ec0468d4f /include/libxml
parentb82c16694d1225a8b7a306394366246f0b56c2f3 (diff)
downloadandroid_external_libxml2-2d8a93b1210637e3180699f0d418ce83631a198b.tar.gz
android_external_libxml2-2d8a93b1210637e3180699f0d418ce83631a198b.tar.bz2
android_external_libxml2-2d8a93b1210637e3180699f0d418ce83631a198b.zip
Hietaniemi Jarkko pointed out that xmlInitMemory() was declared twice
* include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that xmlInitMemory() was declared twice Daniel
Diffstat (limited to 'include/libxml')
-rw-r--r--include/libxml/xmlmemory.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libxml/xmlmemory.h b/include/libxml/xmlmemory.h
index b96b01a3..86f383b4 100644
--- a/include/libxml/xmlmemory.h
+++ b/include/libxml/xmlmemory.h
@@ -92,7 +92,6 @@ int xmlMemUsed (void);
void xmlMemDisplay (FILE *fp);
void xmlMemShow (FILE *fp, int nr);
void xmlMemoryDump (void);
-int xmlInitMemory (void);
#ifdef DEBUG_MEMORY_LOCATION
/**