mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
cleanup patch from Anthony Jones fix the headers to avoid in make scan
* SAX.c: cleanup patch from Anthony Jones * doc/Makefile.am: fix the headers to avoid in make scan * parserInternals.c xpath.c include/libxml/*.h: cleanup of the includes, * vs Ptr and general cleanup * parsedecl.py: first version of a script to extract the module interfaces, the goal will be to provide .decl or XML specification of the interfaces to build wrappers. Daniel
This commit is contained in:
@@ -30,9 +30,9 @@ typedef xmlNodePtr docbNodePtr;
|
||||
/*
|
||||
* There is only few public functions.
|
||||
*/
|
||||
int docbEncodeEntities(unsigned char* out,
|
||||
int docbEncodeEntities(unsigned char *out,
|
||||
int *outlen,
|
||||
const unsigned char* in,
|
||||
const unsigned char *in,
|
||||
int *inlen, int quoteChar);
|
||||
|
||||
docbDocPtr docbSAXParseDoc (xmlChar *cur,
|
||||
|
Reference in New Issue
Block a user