mirror of
https://github.com/libretro/RetroArch
synced 2025-02-09 09:39:56 +00:00
20 lines
535 B
C
20 lines
535 B
C
|
/*
|
||
|
* Summary: internal interfaces for XML Schemas
|
||
|
* Description: internal interfaces for the XML Schemas handling
|
||
|
* and schema validity checking
|
||
|
* The Schemas development is a Work In Progress.
|
||
|
* Some of those interfaces are not garanteed to be API or ABI stable !
|
||
|
*
|
||
|
* Copy: See Copyright for the status of this software.
|
||
|
*
|
||
|
* Author: Daniel Veillard
|
||
|
*/
|
||
|
|
||
|
|
||
|
#ifndef __XML_SCHEMA_INTERNALS_H__
|
||
|
#define __XML_SCHEMA_INTERNALS_H__
|
||
|
|
||
|
#include <libxml/xmlversion.h>
|
||
|
|
||
|
#endif /* __XML_SCHEMA_INTERNALS_H__ */
|