mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
Add missing export.
This commit is contained in:
parent
9b846f0ecc
commit
21147b0c44
1 changed files with 1 additions and 1 deletions
|
|
@ -1461,7 +1461,7 @@ const char *linphone_core_get_zrtp_secrets_file(LinphoneCore *lc);
|
|||
* @param uri which should match call remote uri
|
||||
* @return LinphoneCall or NULL is no match is found
|
||||
*/
|
||||
const LinphoneCall* linphone_core_find_call_from_uri(LinphoneCore *lc, const char *uri);
|
||||
LINPHONE_PUBLIC const LinphoneCall* linphone_core_find_call_from_uri(LinphoneCore *lc, const char *uri);
|
||||
|
||||
LINPHONE_PUBLIC int linphone_core_add_to_conference(LinphoneCore *lc, LinphoneCall *call);
|
||||
LINPHONE_PUBLIC int linphone_core_add_all_to_conference(LinphoneCore *lc);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue