mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-03 19:59:36 +00:00
Added exports
This commit is contained in:
parent
73763d057d
commit
049436e8ea
1 changed files with 5 additions and 5 deletions
|
|
@ -1238,11 +1238,11 @@ void linphone_core_set_rtp_no_xmit_on_audio_mute(LinphoneCore *lc, bool_t val);
|
|||
|
||||
|
||||
/* returns a list of LinphoneCallLog */
|
||||
const MSList * linphone_core_get_call_logs(LinphoneCore *lc);
|
||||
void linphone_core_clear_call_logs(LinphoneCore *lc);
|
||||
int linphone_core_get_missed_calls_count(LinphoneCore *lc);
|
||||
void linphone_core_reset_missed_calls_count(LinphoneCore *lc);
|
||||
void linphone_core_remove_call_log(LinphoneCore *lc, LinphoneCallLog *call_log);
|
||||
LINPHONE_PUBLIC const MSList * linphone_core_get_call_logs(LinphoneCore *lc);
|
||||
LINPHONE_PUBLIC void linphone_core_clear_call_logs(LinphoneCore *lc);
|
||||
LINPHONE_PUBLIC int linphone_core_get_missed_calls_count(LinphoneCore *lc);
|
||||
LINPHONE_PUBLIC void linphone_core_reset_missed_calls_count(LinphoneCore *lc);
|
||||
LINPHONE_PUBLIC void linphone_core_remove_call_log(LinphoneCore *lc, LinphoneCallLog *call_log);
|
||||
|
||||
/* video support */
|
||||
bool_t linphone_core_video_supported(LinphoneCore *lc);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue