From 8b571c2edfb8e05f9e822c7c0516f000efd27fd8 Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Thu, 18 Apr 2013 10:57:09 +0200 Subject: [PATCH] Added missing export --- coreapi/linphonecore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index 6c7a8843e..28272fe51 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -355,8 +355,8 @@ struct _LinphoneCallStats { * @} **/ -const LinphoneCallStats *linphone_call_get_audio_stats(LinphoneCall *call); -const LinphoneCallStats *linphone_call_get_video_stats(LinphoneCall *call); +LINPHONE_PUBLIC const LinphoneCallStats *linphone_call_get_audio_stats(LinphoneCall *call); +LINPHONE_PUBLIC const LinphoneCallStats *linphone_call_get_video_stats(LinphoneCall *call); /** Callback prototype */