generated from sethub/template
[libxml2]Add libxml2 library
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#ifndef XML_XPATH_H_PRIVATE__
|
||||
#define XML_XPATH_H_PRIVATE__
|
||||
|
||||
#include <libxml/xpath.h>
|
||||
|
||||
XML_HIDDEN void
|
||||
xmlInitXPathInternal(void);
|
||||
|
||||
#ifdef LIBXML_XPATH_ENABLED
|
||||
XML_HIDDEN void
|
||||
xmlXPathErrMemory(xmlXPathContext *ctxt);
|
||||
XML_HIDDEN void
|
||||
xmlXPathPErrMemory(xmlXPathParserContext *ctxt);
|
||||
#endif
|
||||
|
||||
#endif /* XML_XPATH_H_PRIVATE__ */
|
||||
Reference in New Issue
Block a user