xmlsecurityengine/xmlsec/inc/xmlsec_nodeset.h
changeset 24 74f0b3eb154c
parent 0 e35f40988205
child 33 604ca70b6235
equal deleted inserted replaced
17:ed3155dbd163 24:74f0b3eb154c
    14 
    14 
    15 #ifdef __cplusplus
    15 #ifdef __cplusplus
    16 extern "C" {
    16 extern "C" {
    17 #endif /* __cplusplus */ 
    17 #endif /* __cplusplus */ 
    18 
    18 
    19 #include <libxml2_tree.h>
    19 #include <stdapis/libxml2/libxml2_tree.h>
    20 #include <libxml2_xpath.h>
    20 #include <stdapis/libxml2/libxml2_xpath.h>
    21 #include "xmlsec_config.h"
    21 #include "xmlsec_config.h"
    22 #include "xmlsec_xmlsec.h"
    22 #include "xmlsec_xmlsec.h"
    23 
    23 
    24 typedef struct _xmlSecNodeSet 	xmlSecNodeSet, *xmlSecNodeSetPtr;
    24 typedef struct _xmlSecNodeSet 	xmlSecNodeSet, *xmlSecNodeSetPtr;
    25 
    25