ReactOS 0.4.16-dev-2132-g3885311
globals.h
Go to the documentation of this file.
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
31
36
37#ifdef __cplusplus
38}
39#endif
40
41#endif /* __XML_GLOBALS_H */
#define gs
Definition: i386-dis.c:445
xmlGlobalState * xmlGlobalStatePtr
Definition: globals.h:30
XML_DEPRECATED XMLPUBFUN void xmlInitializeGlobalState(xmlGlobalStatePtr gs)
Definition: globals.c:647
XML_DEPRECATED XMLPUBFUN xmlGlobalStatePtr xmlGetGlobalState(void)
Definition: globals.c:659
#define XMLPUBFUN
Definition: xmlexports.h:30
#define XML_DEPRECATED
Definition: xmlversion.h:475