diff --git a/coreapi/call_log.c b/coreapi/call_log.c index df6ce74e5..f357509bd 100644 --- a/coreapi/call_log.c +++ b/coreapi/call_log.c @@ -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; }