From 6e22f4fd6d56a62025cafe2076b851c730492cef Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Wed, 29 May 2024 08:39:52 +0200 Subject: Added one xslt wrapped constant (for #1534) --- src/include/globalsymbols.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include') diff --git a/src/include/globalsymbols.h b/src/include/globalsymbols.h index d0eb3012..6344d5b1 100644 --- a/src/include/globalsymbols.h +++ b/src/include/globalsymbols.h @@ -16,4 +16,8 @@ void my_updateGlobalTInfo(void); void my_checkGlobalOpt(void); void my_updateGlobalOpt(void); +// libxslt +void my_checkGlobalXslt(void); +void my_updateGlobalXslt(void); + #endif //_GLOBAL_SYMBOLS_H_ \ No newline at end of file -- cgit 1.4.1