]> sjero.net Git - linphone/blobdiff - coreapi/linphonecore.h
Created and exported some methods to manage call logs from Java
[linphone] / coreapi / linphonecore.h
index 59dbca0cba3d09c7f960cc91fac6577216f919a9..a59353a21b9b7bcae572130a6edfa835560eb896 100644 (file)
@@ -969,6 +969,8 @@ void linphone_core_set_rtp_no_xmit_on_audio_mute(LinphoneCore *lc, bool_t val);
 /* returns a list of LinphoneCallLog */
 const MSList * linphone_core_get_call_logs(LinphoneCore *lc);
 void linphone_core_clear_call_logs(LinphoneCore *lc);
+int linphone_core_get_missed_calls_count(LinphoneCore *lc);
+void linphone_core_remove_call_log(LinphoneCore *lc, void *data);
 
 /* video support */
 bool_t linphone_core_video_supported(LinphoneCore *lc);