mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 22:28:07 +00:00
Fix linphone_core_get_last_outgoing_call_log stub definition
This commit is contained in:
parent
27fbc3dbb9
commit
1f003bb02d
1 changed files with 1 additions and 1 deletions
|
|
@ -624,7 +624,7 @@ MSList * linphone_core_get_call_history_for_address(LinphoneCore *lc, const Linp
|
|||
return NULL;
|
||||
}
|
||||
|
||||
const LinphoneCallLog * linphone_core_get_last_outgoing_call_log(LinphoneCore *lc) {
|
||||
LinphoneCallLog * linphone_core_get_last_outgoing_call_log(LinphoneCore *lc) {
|
||||
return NULL;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue