From 1f003bb02da0b0c1a4555e7015f7147b4bfe1cc0 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 6 Oct 2015 13:56:55 +0200 Subject: [PATCH] Fix linphone_core_get_last_outgoing_call_log stub definition --- coreapi/call_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }