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 */