mirror of
https://github.com/chatmail/core.git
synced 2026-04-27 10:26:29 +03:00
15 lines
316 B
Rust
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,
|
|
) {
|
|
|
|
}
|