mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-09-02 08:43:42 -04:00
a5eca78939
* Mods: Avoid RTLD_DEEPBIND; configure exports manually * Make version script anonymous
11 lines
140 B
Plaintext
11 lines
140 B
Plaintext
{
|
|
global:
|
|
mod_ctx;
|
|
mod_initialize;
|
|
mod_meta;
|
|
mod_shutdown;
|
|
mod_update;
|
|
local:
|
|
*;
|
|
};
|