xmlsec.h

Name

xmlsec.h -- The library initialization/cleanup functions.

Synopsis



#define     extern
int         xmlSecInit                      (void);
int         xmlSecShutdown                  (void);
#define     ATTRIBUTE_UNUSED

Description

Details

extern

#define     extern


xmlSecInit ()

int         xmlSecInit                      (void);

Initializes XML Security Library. The depended libraries (LibXML, LibXSLT and OpenSSL) must be initialized before.

Returns :0 on success or a negative value otherwise.


xmlSecShutdown ()

int         xmlSecShutdown                  (void);

Clean ups the XML Security Library.

Returns :0 on success or a negative value otherwise.


ATTRIBUTE_UNUSED

#define     ATTRIBUTE_UNUSED

Macro used to signal to GCC unused function parameters