/
githubmirror
/
xmlsec
Обзор
Документация
Войти
/
githubmirror
/
xmlsec
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/xslt.h
33 строки
896 B
lsh123
Update file headers for doxygen, use common copyright header, bump copyright to 2026 (#1122)
07 апр 2026, 04:13
Не верифицирован
07 апр 2026, 04:13
2e557ee
Код
Авторство
О чём код?
/** * XML Security Library (http://www.aleksey.com/xmlsec). * * This is free software; see the Copyright file in the source distribution for precise wording. * * Copyright (C) 2002-2026 Aleksey Sanin <aleksey@aleksey.com>. All Rights Reserved. */ /** * @brief Internal XSLT helper functions. */ #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__ */