/
githubmirror
/
xmlsec
Обзор
Документация
Войти
/
githubmirror
/
xmlsec
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
1.3.10
src/xslt.h
33 строки
876 B
lsh123
Fix docs typos in docs / comments (#993)
29 ноя 2025, 23:32
Не верифицирован
29 ноя 2025, 23:32
2ae08d3
Код
Авторство
О чём код?
/* * XML Security Library (http://www.aleksey.com/xmlsec). * * XSLT helper functions * * This is free software; see the Copyright file in the source * distribution for precise wording. * * Copyright (C) 2002-2024 Aleksey Sanin <aleksey@aleksey.com>. All Rights Reserved. */ #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__ */