bloodrun-editor/libxml2/include/private/xpath.h
2026-04-02 20:51:01 +08:00

16 lines
327 B
C
Executable file

#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__ */