Added missing export

This commit is contained in:
Sylvain Berfini 2013-04-18 10:57:09 +02:00
parent da89be1d12
commit 8b571c2edf

View file

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