From 3cbddce46dda9c77b9d4470465bd0e34e5cc211e Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 21 Oct 2014 14:35:30 +0200 Subject: [PATCH] Add missing declaration of linphone_core_set_avpf_rr_interval(). --- coreapi/linphonecore.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index a9ca88ddf..85b7109a9 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -3044,6 +3044,8 @@ LINPHONE_PUBLIC void linphone_core_set_avpf_mode(LinphoneCore *lc, LinphoneAVPFM LINPHONE_PUBLIC LinphoneAVPFMode linphone_core_get_avpf_mode(const LinphoneCore *lc); +LINPHONE_PUBLIC void linphone_core_set_avpf_rr_interval(LinphoneCore *lc, int interval); + LINPHONE_PUBLIC int linphone_core_get_avpf_rr_interval(const LinphoneCore *lc); #ifdef __cplusplus