]> sjero.net Git - linphone/blobdiff - coreapi/linphonecore.c
Merge branch 'master' of git.linphone.org:linphone
[linphone] / coreapi / linphonecore.c
index 3bc23b34480071b2f36c196f1685f8ec3f35728a..9caa52dc3d20364c0f925fa9509c3a0e53eaebbd 100644 (file)
@@ -3489,6 +3489,14 @@ void linphone_core_clear_call_logs(LinphoneCore *lc){
        call_logs_write_to_config_file(lc);
 }
 
+int linphone_core_get_missed_calls_count(LinphoneCore *lc) {
+       return lc->missed_calls;
+}
+
+void linphone_core_remove_call_log(LinphoneCore *lc, void *data) {
+       lc->call_logs = ms_list_remove(lc->call_logs, data);
+}
+
 static void toggle_video_preview(LinphoneCore *lc, bool_t val){
 #ifdef VIDEO_ENABLED
        if (val){