]> sjero.net Git - linphone/blobdiff - coreapi/private.h
add new api "linphone_core_interpret_url"
[linphone] / coreapi / private.h
index cbb767207ff87021941c2bf162e70c0c1eb4bd29..4125936ffe4e1da5cf0eb34c696182e70cdf74d1 100644 (file)
@@ -177,7 +177,6 @@ void linphone_core_start_media_streams(LinphoneCore *lc, struct _LinphoneCall *c
 void linphone_core_stop_media_streams(LinphoneCore *lc, struct _LinphoneCall *call);
 const char * linphone_core_get_identity(LinphoneCore *lc);
 const char * linphone_core_get_route(LinphoneCore *lc);
-bool_t linphone_core_interpret_url(LinphoneCore *lc, const char *url, LinphoneAddress **real_parsed_url, char **route);
 void linphone_core_start_waiting(LinphoneCore *lc, const char *purpose);
 void linphone_core_update_progress(LinphoneCore *lc, const char *purpose, float progresses);
 void linphone_core_stop_waiting(LinphoneCore *lc);