Files
chatmail-core/src/dc_keyhistory.rs
2019-05-07 10:45:46 +01:00

15 lines
316 B
Rust

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,
) {
}