mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-23 01:52:48 +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:
@@ -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>
|
Sun Dec 9 14:59:23 CET 2001 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* globals.c: do not reference strdup() !
|
* globals.c: do not reference strdup() !
|
||||||
|
@@ -92,7 +92,6 @@ int xmlMemUsed (void);
|
|||||||
void xmlMemDisplay (FILE *fp);
|
void xmlMemDisplay (FILE *fp);
|
||||||
void xmlMemShow (FILE *fp, int nr);
|
void xmlMemShow (FILE *fp, int nr);
|
||||||
void xmlMemoryDump (void);
|
void xmlMemoryDump (void);
|
||||||
int xmlInitMemory (void);
|
|
||||||
|
|
||||||
#ifdef DEBUG_MEMORY_LOCATION
|
#ifdef DEBUG_MEMORY_LOCATION
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user