mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 17:54:04 +00:00
18 lines
399 B
C
18 lines
399 B
C
/*
|
|
* Summary: incomplete XML Schemas structure implementation
|
|
* Description: interface to the XML Schemas handling and schema validity
|
|
* checking, it is incomplete right now.
|
|
*
|
|
* Copy: See Copyright for the status of this software.
|
|
*
|
|
* Author: Daniel Veillard
|
|
*/
|
|
|
|
|
|
#ifndef __XML_SCHEMA_H__
|
|
#define __XML_SCHEMA_H__
|
|
|
|
#include <libxml/xmlversion.h>
|
|
|
|
#endif /* __XML_SCHEMA_H__ */
|