mirror of
https://github.com/chatmail/core.git
synced 2026-04-20 15:06:30 +03:00
refactor: remove dc prefix from keyring and keyhistory
This commit is contained in:
14
src/keyhistory.rs
Normal file
14
src/keyhistory.rs
Normal file
@@ -0,0 +1,14 @@
|
||||
use crate::context::Context;
|
||||
use crate::types::*;
|
||||
|
||||
/* yes: uppercase */
|
||||
/* library private: key-history */
|
||||
pub fn dc_add_to_keyhistory(
|
||||
_context: &Context,
|
||||
_rfc724_mid: *const libc::c_char,
|
||||
_sending_time: time_t,
|
||||
_addr: *const libc::c_char,
|
||||
_fingerprint: *const libc::c_char,
|
||||
) {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user