xml/libxml2libs/inc/libxml2/libxml2_xmlschemasglobals.h
branchGCC_SURGE
changeset 28 7770e7c6cef3
parent 27 450972dee096
child 33 604ca70b6235
equal deleted inserted replaced
21:1cc61a22b5f5 28:7770e7c6cef3
    17 #define XMLSCHEMAS_GLOBALS_H
    17 #define XMLSCHEMAS_GLOBALS_H
    18 
    18 
    19 typedef struct _xmlSchemaTypesGlobalData xmlSchemaTypesGlobalData;
    19 typedef struct _xmlSchemaTypesGlobalData xmlSchemaTypesGlobalData;
    20 typedef xmlSchemaTypesGlobalData* xmlSchemaTypesGlobalDataPtr;
    20 typedef xmlSchemaTypesGlobalData* xmlSchemaTypesGlobalDataPtr;
    21 
    21 
    22 #include <libxml2_schemasinternals.h>
    22 #include <stdapis/libxml2/libxml2_schemasinternals.h>
    23 
       
    24 // xmlSchemaTypesInitialized is defined as separate global variable
    23 // xmlSchemaTypesInitialized is defined as separate global variable
    25 
    24 
    26 struct _xmlSchemaTypesGlobalData{
    25 struct _xmlSchemaTypesGlobalData{
    27     xmlHashTablePtr xmlSchemaTypesBank;
    26     xmlHashTablePtr xmlSchemaTypesBank;
    28 
    27