mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-04-22 23:48:36 +00:00
The linphone_proxy_config_get_contact symbol needs to be exported for the tester.
This commit is contained in:
parent
27a3183e20
commit
a5fdc283f7
2 changed files with 3 additions and 1 deletions
|
|
@ -285,6 +285,9 @@ LINPHONE_PUBLIC void linphone_proxy_config_refresh_register(LinphoneProxyConfig
|
||||||
* @param[in] cfg #LinphoneProxyConfig object.
|
* @param[in] cfg #LinphoneProxyConfig object.
|
||||||
**/
|
**/
|
||||||
LINPHONE_PUBLIC void linphone_proxy_config_pause_register(LinphoneProxyConfig *cfg);
|
LINPHONE_PUBLIC void linphone_proxy_config_pause_register(LinphoneProxyConfig *cfg);
|
||||||
|
|
||||||
|
LINPHONE_PUBLIC const LinphoneAddress* linphone_proxy_config_get_contact(const LinphoneProxyConfig *cfg);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return previously set contact parameters.
|
* @return previously set contact parameters.
|
||||||
**/
|
**/
|
||||||
|
|
|
||||||
|
|
@ -353,7 +353,6 @@ void _linphone_proxy_config_release(LinphoneProxyConfig *cfg);
|
||||||
* Can be NULL
|
* Can be NULL
|
||||||
* */
|
* */
|
||||||
const LinphoneAddress* linphone_proxy_config_get_service_route(const LinphoneProxyConfig* cfg);
|
const LinphoneAddress* linphone_proxy_config_get_service_route(const LinphoneProxyConfig* cfg);
|
||||||
const LinphoneAddress* linphone_proxy_config_get_contact(const LinphoneProxyConfig *cfg);
|
|
||||||
|
|
||||||
void linphone_friend_close_subscriptions(LinphoneFriend *lf);
|
void linphone_friend_close_subscriptions(LinphoneFriend *lf);
|
||||||
void linphone_friend_update_subscribes(LinphoneFriend *fr, LinphoneProxyConfig *cfg, bool_t only_when_registered);
|
void linphone_friend_update_subscribes(LinphoneFriend *fr, LinphoneProxyConfig *cfg, bool_t only_when_registered);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue