|
|
|||
File indexing completed on 2026-06-25 08:27:56
0001 /** 0002 * @file 0003 * 0004 * @brief interface for all global variables of the library 0005 * 0006 * Deprecated, don't use 0007 * 0008 * @copyright See Copyright for the status of this software. 0009 */ 0010 0011 #ifndef __XML_GLOBALS_H 0012 #define __XML_GLOBALS_H 0013 0014 #include <libxml/xmlversion.h> 0015 0016 /* 0017 * This file was required to access global variables until version v2.12.0. 0018 * 0019 * These includes are for backward compatibility. 0020 */ 0021 #include <libxml/HTMLparser.h> 0022 #include <libxml/parser.h> 0023 #include <libxml/xmlerror.h> 0024 #include <libxml/xmlIO.h> 0025 #include <libxml/xmlsave.h> 0026 #include <libxml/threads.h> 0027 0028 #endif /* __XML_GLOBALS_H */
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|