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

@ -1,3 +1,8 @@
Mon Dec 10 22:06:16 CET 2001 Daniel Veillard <daniel@veillard.com>
* include/libxml/xmlmemory.h: Hietaniemi Jarkko pointed out that
xmlInitMemory() was declared twice
Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
* globals.c: do not reference strdup() !

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