mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 08:54:13 +00:00
19 lines
504 B
C
19 lines
504 B
C
|
/*
|
||
|
* Summary: internal interfaces for XML Path Language implementation
|
||
|
* Description: internal interfaces for XML Path Language implementation
|
||
|
* used to build new modules on top of XPath like XPointer and
|
||
|
* XSLT
|
||
|
*
|
||
|
* Copy: See Copyright for the status of this software.
|
||
|
*
|
||
|
* Author: Daniel Veillard
|
||
|
*/
|
||
|
|
||
|
#ifndef __XML_XPATH_INTERNALS_H__
|
||
|
#define __XML_XPATH_INTERNALS_H__
|
||
|
|
||
|
#include <libxml/xmlversion.h>
|
||
|
#include <libxml/xpath.h>
|
||
|
|
||
|
#endif /* ! __XML_XPATH_INTERNALS_H__ */
|