mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 00:29:21 +00:00
Added missing export
This commit is contained in:
parent
da89be1d12
commit
8b571c2edf
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue