From a5fdc283f7554d64d45fc0a3d2d39152e927e7a1 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Wed, 29 Jul 2015 17:37:42 +0200 Subject: [PATCH] The linphone_proxy_config_get_contact symbol needs to be exported for the tester. --- coreapi/linphone_proxy_config.h | 3 +++ coreapi/private.h | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/coreapi/linphone_proxy_config.h b/coreapi/linphone_proxy_config.h index c4b7dee23..7c1912ed3 100644 --- a/coreapi/linphone_proxy_config.h +++ b/coreapi/linphone_proxy_config.h @@ -285,6 +285,9 @@ LINPHONE_PUBLIC void linphone_proxy_config_refresh_register(LinphoneProxyConfig * @param[in] cfg #LinphoneProxyConfig object. **/ 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. **/ diff --git a/coreapi/private.h b/coreapi/private.h index 4d366caa0..92e5f61df 100644 --- a/coreapi/private.h +++ b/coreapi/private.h @@ -353,7 +353,6 @@ void _linphone_proxy_config_release(LinphoneProxyConfig *cfg); * Can be NULL * */ 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_update_subscribes(LinphoneFriend *fr, LinphoneProxyConfig *cfg, bool_t only_when_registered);