diff --git a/include/linphone/core.h b/include/linphone/core.h index 4137e4f69..b024b563f 100644 --- a/include/linphone/core.h +++ b/include/linphone/core.h @@ -4330,14 +4330,14 @@ LINPHONE_PUBLIC LinphoneConference *linphone_core_get_conference(LinphoneCore *l * @param[in] lc A #LinphoneCore object * @param[in] enable A boolean value telling whether to enable or disable the conference server feature */ -void linphone_core_enable_conference_server (LinphoneCore *lc, bool_t enable); +LINPHONE_PUBLIC void linphone_core_enable_conference_server (LinphoneCore *lc, bool_t enable); /** * Tells whether the conference server feature is enabled. * @param[in] lc A #LinphoneCore object * @return A boolean value telling whether the conference server feature is enabled or not */ -bool_t linphone_core_conference_server_enabled (const LinphoneCore *lc); +LINPHONE_PUBLIC bool_t linphone_core_conference_server_enabled (const LinphoneCore *lc); /** * @} diff --git a/include/linphone/proxy_config.h b/include/linphone/proxy_config.h index 5242a71e1..1b1d6c54f 100644 --- a/include/linphone/proxy_config.h +++ b/include/linphone/proxy_config.h @@ -276,7 +276,7 @@ LINPHONE_PUBLIC const char *linphone_proxy_config_get_route(const LinphoneProxyC * Gets the list of the routes set for this proxy config. * @param[in] cfg #LinphoneProxyConfig object. * @return \bctbx_list{const char *} the list of routes. - */ + */ LINPHONE_PUBLIC const bctbx_list_t* linphone_proxy_config_get_routes(const LinphoneProxyConfig *cfg); /** @@ -609,14 +609,14 @@ LINPHONE_PUBLIC void linphone_proxy_config_set_nat_policy(LinphoneProxyConfig *c * @param[in] cfg A #LinphoneProxyConfig object * @param[in] uri The uri of the conference factory */ -void linphone_proxy_config_set_conference_factory_uri(LinphoneProxyConfig *cfg, const char *uri); +LINPHONE_PUBLIC void linphone_proxy_config_set_conference_factory_uri(LinphoneProxyConfig *cfg, const char *uri); /** * Get the conference factory uri. * @param[in] cfg A #LinphoneProxyConfig object * @return The uri of the conference factory */ -const char * linphone_proxy_config_get_conference_factory_uri(const LinphoneProxyConfig *cfg); +LINPHONE_PUBLIC const char * linphone_proxy_config_get_conference_factory_uri(const LinphoneProxyConfig *cfg); /** * Indicates whether to add to the contact parameters the push notification information.