Files
chatmail-core/src/dc_keyhistory.rs
2019-05-01 23:41:11 +02:00

17 lines
327 B
Rust

use libc;
use crate::dc_context::dc_context_t;
use crate::types::*;
/* yes: uppercase */
/* library private: key-history */
pub fn dc_add_to_keyhistory(
_context: &dc_context_t,
_rfc724_mid: *const libc::c_char,
_sending_time: time_t,
_addr: *const libc::c_char,
_fingerprint: *const libc::c_char,
) {
}