From 049436e8ea21820757dad39c1181db642623cdfe Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 28 Mar 2013 12:56:24 +0100 Subject: [PATCH] Added exports --- coreapi/linphonecore.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index 934db0490..5e2c1f77e 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -1238,11 +1238,11 @@ void linphone_core_set_rtp_no_xmit_on_audio_mute(LinphoneCore *lc, bool_t val); /* returns a list of LinphoneCallLog */ -const MSList * linphone_core_get_call_logs(LinphoneCore *lc); -void linphone_core_clear_call_logs(LinphoneCore *lc); -int linphone_core_get_missed_calls_count(LinphoneCore *lc); -void linphone_core_reset_missed_calls_count(LinphoneCore *lc); -void linphone_core_remove_call_log(LinphoneCore *lc, LinphoneCallLog *call_log); +LINPHONE_PUBLIC const MSList * linphone_core_get_call_logs(LinphoneCore *lc); +LINPHONE_PUBLIC void linphone_core_clear_call_logs(LinphoneCore *lc); +LINPHONE_PUBLIC int linphone_core_get_missed_calls_count(LinphoneCore *lc); +LINPHONE_PUBLIC void linphone_core_reset_missed_calls_count(LinphoneCore *lc); +LINPHONE_PUBLIC void linphone_core_remove_call_log(LinphoneCore *lc, LinphoneCallLog *call_log); /* video support */ bool_t linphone_core_video_supported(LinphoneCore *lc);