2
0
mirror of https://github.com/ars3niy/tdlib-purple synced 2025-08-22 01:49:29 +00:00
tdlib-purple/ld_version_script
Arseniy Lartsev 2fbcb08b2b Only export purple_init_plugin from the plugin
This should avoid problems arising when libpurple host uses libsqlite
while tdlib uses libsqlcipher
2020-07-05 17:48:13 +02:00

5 lines
53 B
Plaintext

V {
global: purple_init_plugin;
local: *;
};