VirtualBox

source: vbox/trunk/src/libs/libxml2-2.13.2/include/libxml/globals.h@ 105420

Last change on this file since 105420 was 105420, checked in by vboxsync, 7 months ago

libxml2-2.12.6: Applied and adjusted our libxml2 changes to 2.12.6. bugref:10730

  • Property svn:eol-style set to native
File size: 890 bytes
Line 
1/*
2 * Summary: interface for all global variables of the library
3 * Description: Deprecated, don't use
4 *
5 * Copy: See Copyright for the status of this software.
6 */
7
8#ifndef __XML_GLOBALS_H
9#define __XML_GLOBALS_H
10
11#include <libxml/xmlversion.h>
12
13/*
14 * This file was required to access global variables until version v2.12.0.
15 *
16 * These includes are for backward compatibility.
17 */
18#include <libxml/HTMLparser.h>
19#include <libxml/parser.h>
20#include <libxml/xmlerror.h>
21#include <libxml/xmlIO.h>
22#include <libxml/xmlsave.h>
23#include <libxml/threads.h>
24
25#ifdef __cplusplus
26extern "C" {
27#endif
28
29typedef struct _xmlGlobalState xmlGlobalState;
30typedef xmlGlobalState *xmlGlobalStatePtr;
31
32XML_DEPRECATED XMLPUBFUN void
33xmlInitializeGlobalState(xmlGlobalStatePtr gs);
34XML_DEPRECATED XMLPUBFUN
35xmlGlobalStatePtr xmlGetGlobalState(void);
36
37#ifdef __cplusplus
38}
39#endif
40
41#endif /* __XML_GLOBALS_H */
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette