Fix linphone_core_get_last_outgoing_call_log stub definition

This commit is contained in:
Sylvain Berfini 2015-10-06 13:56:55 +02:00
parent 27fbc3dbb9
commit 1f003bb02d

View file

@ -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;
}