mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-20 03:52:25 +03:00
Added cleanup routines, cleanup with -pedantic on linux, closed #3788, Daniel
This commit is contained in:
@@ -52,7 +52,7 @@ int xmlParserInputBufferGrow (xmlParserInputBufferPtr in,
|
||||
int len);
|
||||
int xmlParserInputBufferPush (xmlParserInputBufferPtr in,
|
||||
int len,
|
||||
char *buf);
|
||||
const char *buf);
|
||||
void xmlFreeParserInputBuffer (xmlParserInputBufferPtr in);
|
||||
char * xmlParserGetDirectory (const char *filename);
|
||||
|
||||
|
Reference in New Issue
Block a user