summaryrefslogtreecommitdiff
path: root/res/res_sip_pubsub.exports.in
blob: 0ef193d8a65f332d4c6d7dbf6edfd0de168a580a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
	global:
		LINKER_SYMBOL_PREFIXast_sip_create_subscription;
		LINKER_SYMBOL_PREFIXast_sip_subsription_get_endpoint;
		LINKER_SYMBOL_PREFIXast_sip_subscription_get_serializer;
		LINKER_SYMBOL_PREFIXast_sip_subscription_get_evsub;
		LINKER_SYMBOL_PREFIXast_sip_subscription_get_dlg;
		LINKER_SYMBOL_PREFIXast_sip_subscription_send_request;
		LINKER_SYMBOL_PREFIXast_sip_subscription_alloc_datastore;
		LINKER_SYMBOL_PREFIXast_sip_subscription_add_datastore;
		LINKER_SYMBOL_PREFIXast_sip_subscription_get_datastore;
		LINKER_SYMBOL_PREFIXast_sip_subscription_remove_datastore;
		LINKER_SYMBOL_PREFIXast_sip_register_subscription_handler;
		LINKER_SYMBOL_PREFIXast_sip_unregister_subscription_handler;
	local:
		*;
};