mirror of
https://github.com/libretro/RetroArch
synced 2025-03-11 01:13:33 +00:00
17 lines
375 B
C
17 lines
375 B
C
|
/*
|
||
|
* Summary: old DocBook SGML parser
|
||
|
* Description: interface for a DocBook SGML non-verifying parser
|
||
|
* This code is DEPRECATED, and should not be used anymore.
|
||
|
*
|
||
|
* Copy: See Copyright for the status of this software.
|
||
|
*
|
||
|
* Author: Daniel Veillard
|
||
|
*/
|
||
|
|
||
|
#ifndef __DOCB_PARSER_H__
|
||
|
#define __DOCB_PARSER_H__
|
||
|
#include <libxml/xmlversion.h>
|
||
|
|
||
|
|
||
|
#endif /* __DOCB_PARSER_H__ */
|