about summary refs log tree commit diff stats
path: root/src/include
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2024-05-29 08:39:52 +0200
committerptitSeb <sebastien.chev@gmail.com>2024-05-29 08:39:52 +0200
commit6e22f4fd6d56a62025cafe2076b851c730492cef (patch)
tree325e82ed7ea0dceebc148189f32fff628239877e /src/include
parent0e3d92148b0c09ffb46972f6aec7272bb5f0ce24 (diff)
downloadbox64-6e22f4fd6d56a62025cafe2076b851c730492cef.tar.gz
box64-6e22f4fd6d56a62025cafe2076b851c730492cef.zip
Added one xslt wrapped constant (for #1534)
Diffstat (limited to 'src/include')
-rw-r--r--src/include/globalsymbols.h4
1 files changed, 4 insertions, 0 deletions
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