From acd370ea93fff73c76a74f1cbb3f1c8b64bdef72 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Wed, 5 Sep 2012 09:00:28 +0200 Subject: [PATCH] add linphone_core_get_calls_nb to linphonecore.h --- coreapi/linphonecore.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coreapi/linphonecore.h b/coreapi/linphonecore.h index 63763099..7a1d27f0 100644 --- a/coreapi/linphonecore.h +++ b/coreapi/linphonecore.h @@ -1267,6 +1267,8 @@ void linphone_core_set_rtp_transport_factories(LinphoneCore* lc, LinphoneRtpTran int linphone_core_get_current_call_stats(LinphoneCore *lc, rtp_stats_t *local, rtp_stats_t *remote); +int linphone_core_get_calls_nb(const LinphoneCore *lc); + const MSList *linphone_core_get_calls(LinphoneCore *lc); LinphoneGlobalState linphone_core_get_global_state(const LinphoneCore *lc); -- 2.39.2