]> sjero.net Git - linphone/commitdiff
add linphone_core_get_calls_nb to linphonecore.h
authorJehan Monnier <jehan.monnier@linphone.org>
Wed, 5 Sep 2012 07:00:28 +0000 (09:00 +0200)
committerJehan Monnier <jehan.monnier@linphone.org>
Wed, 5 Sep 2012 07:01:11 +0000 (09:01 +0200)
coreapi/linphonecore.h

index 6376309975ec928d69c44b998fff623c6b7df1d9..7a1d27f09b0571c579bc29130cccaf67b3233059 100644 (file)
@@ -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);