From d0ab28ca9e757cf38e8611240283077f6d6ff2e7 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 13 Jun 2017 15:05:21 +0200 Subject: [PATCH] Add missing symbol export. --- coreapi/private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/private.h b/coreapi/private.h index c30f38151..1825583cc 100644 --- a/coreapi/private.h +++ b/coreapi/private.h @@ -1270,7 +1270,7 @@ void call_logs_write_to_config_file(LinphoneCore *lc); void linphone_core_call_log_storage_init(LinphoneCore *lc); void linphone_core_call_log_storage_close(LinphoneCore *lc); void linphone_core_store_call_log(LinphoneCore *lc, LinphoneCallLog *log); -const MSList *linphone_core_get_call_history(LinphoneCore *lc); +LINPHONE_PUBLIC const MSList *linphone_core_get_call_history(LinphoneCore *lc); LINPHONE_PUBLIC void linphone_core_delete_call_history(LinphoneCore *lc); LINPHONE_PUBLIC void linphone_core_delete_call_log(LinphoneCore *lc, LinphoneCallLog *log); LINPHONE_PUBLIC int linphone_core_get_call_history_size(LinphoneCore *lc);