linphonecore.h: linphone_core_interpret_url should not be obsoleted

This commit is contained in:
Gautier Pelloux-Prayer 2015-11-24 10:31:25 +01:00
parent 2a50d4b1c1
commit 591a9b88b7

View file

@ -2373,8 +2373,9 @@ LINPHONE_PUBLIC void linphone_core_remove_listener(LinphoneCore *lc, const Linph
/*sets the user-agent string in sip messages, ideally called just after linphone_core_new() or linphone_core_init() */
LINPHONE_PUBLIC void linphone_core_set_user_agent(LinphoneCore *lc, const char *ua_name, const char *version);
/** @deprecated Use linphone_proxy_config_normalize_sip_uri instead. */
LINPHONE_PUBLIC LINPHONE_DEPRECATED LinphoneAddress * linphone_core_interpret_url(LinphoneCore *lc, const char *url);
/** See linphone_proxy_config_normalize_sip_uri for documentation. Default proxy config is used to parse
the address. */
LINPHONE_PUBLIC LinphoneAddress * linphone_core_interpret_url(LinphoneCore *lc, const char *url);
LINPHONE_PUBLIC LinphoneCall * linphone_core_invite(LinphoneCore *lc, const char *url);