1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

Hietaniemi Jarkko pointed out that xmlInitMemory() was declared twice

* include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
  xmlInitMemory() was declared twice
Daniel
This commit is contained in:
Daniel Veillard
2001-12-10 21:07:19 +00:00
parent b82c16694d
commit 2d8a93b121
2 changed files with 5 additions and 1 deletions

View File

@@ -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
/**