mirror of
https://github.com/GNOME/libxml2.git
synced 2025-04-06 19:20:23 +08: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:
parent
b82c16694d
commit
2d8a93b121
@ -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() !
|
||||
|
@ -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
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user