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);