summaryrefslogtreecommitdiff
path: root/res/res_xmpp.exports.in
diff options
context:
space:
mode:
Diffstat (limited to 'res/res_xmpp.exports.in')
-rw-r--r--res/res_xmpp.exports.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/res/res_xmpp.exports.in b/res/res_xmpp.exports.in
new file mode 100644
index 000000000..e73fc85a9
--- /dev/null
+++ b/res/res_xmpp.exports.in
@@ -0,0 +1,17 @@
+{
+ global:
+ LINKER_SYMBOL_PREFIXast_xmpp_client_find;
+ LINKER_SYMBOL_PREFIXast_xmpp_client_disconnect;
+ LINKER_SYMBOL_PREFIXast_xmpp_client_unref;
+ LINKER_SYMBOL_PREFIXast_xmpp_client_lock;
+ LINKER_SYMBOL_PREFIXast_xmpp_client_unlock;
+ LINKER_SYMBOL_PREFIXast_xmpp_client_send;
+ LINKER_SYMBOL_PREFIXast_xmpp_client_send_message;
+ LINKER_SYMBOL_PREFIXast_xmpp_chatroom_invite;
+ LINKER_SYMBOL_PREFIXast_xmpp_chatroom_join;
+ LINKER_SYMBOL_PREFIXast_xmpp_chatroom_send;
+ LINKER_SYMBOL_PREFIXast_xmpp_chatroom_leave;
+ LINKER_SYMBOL_PREFIXast_xmpp_increment_mid;
+ local:
+ *;
+};