mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
Add missing symbol export.
This commit is contained in:
parent
2f4d1c8558
commit
d0ab28ca9e
1 changed files with 1 additions and 1 deletions
|
|
@ -1270,7 +1270,7 @@ void call_logs_write_to_config_file(LinphoneCore *lc);
|
|||
void linphone_core_call_log_storage_init(LinphoneCore *lc);
|
||||
void linphone_core_call_log_storage_close(LinphoneCore *lc);
|
||||
void linphone_core_store_call_log(LinphoneCore *lc, LinphoneCallLog *log);
|
||||
const MSList *linphone_core_get_call_history(LinphoneCore *lc);
|
||||
LINPHONE_PUBLIC const MSList *linphone_core_get_call_history(LinphoneCore *lc);
|
||||
LINPHONE_PUBLIC void linphone_core_delete_call_history(LinphoneCore *lc);
|
||||
LINPHONE_PUBLIC void linphone_core_delete_call_log(LinphoneCore *lc, LinphoneCallLog *log);
|
||||
LINPHONE_PUBLIC int linphone_core_get_call_history_size(LinphoneCore *lc);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue