Details
xmlSecSize
typedef unsigned int xmlSecSize; |
Size of something.
xmlSecByte
typedef unsigned char xmlSecByte; |
One byte.
xmlSecInit ()
Initializes XML Security Library. The depended libraries
(LibXML and LibXSLT) 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
Macro used to signal to GCC unused function parameters