Sha256: 0a6139e23ecc2a5fda1c05bda1a8bf13e0d47beebf10a39a4318164d3abc48f5
Contents?: true
Size: 854 Bytes
Versions: 2
Compression:
Stored size: 854 Bytes
Contents
/** * XML Security Library (http://www.aleksey.com/xmlsec). * * XSLT helper functions * * This is free software; see Copyright file in the source * distribution for preciese wording. * * Copyright (C) 2002-2003 Aleksey Sanin <aleksey@aleksey.com> */ #ifndef __XMLSEC_PRIVATE_XSLT_H__ #define __XMLSEC_PRIVATE_XSLT_H__ #ifndef XMLSEC_PRIVATE #error "xmlsec/private/xslt.h file contains private xmlsec definitions and should not be used outside xmlsec or xmlsec-<crypto> libraries" #endif /* XMLSEC_PRIVATE */ #ifndef XMLSEC_NO_XSLT #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ void xmlSecTransformXsltInitialize (void); void xmlSecTransformXsltShutdown (void); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* XMLSEC_NO_XSLT */ #endif /* __XMLSEC_PRIVATE_XSLT_H__ */
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
xmlsec-shim-1.2.18.2 | vendor/xmlsec1-1.2.18/include/xmlsec/private/xslt.h |
xmlsec-shim-1.2.18.1 | vendor/xmlsec1-1.2.18/include/xmlsec/private/xslt.h |