mirror of
https://github.com/libretro/RetroArch
synced 2025-02-03 17:54:04 +00:00
17 lines
333 B
C
17 lines
333 B
C
/*
|
|
* Summary: XML Schemastron implementation
|
|
* Description: interface to the XML Schematron validity checking.
|
|
*
|
|
* Copy: See Copyright for the status of this software.
|
|
*
|
|
* Author: Daniel Veillard
|
|
*/
|
|
|
|
|
|
#ifndef __XML_SCHEMATRON_H__
|
|
#define __XML_SCHEMATRON_H__
|
|
|
|
#include <libxml/xmlversion.h>
|
|
|
|
#endif /* __XML_SCHEMATRON_H__ */
|