refactor: remove dc prefix from keyring and keyhistory

This commit is contained in:
dignifiedquire
2019-05-27 09:35:03 +02:00
parent 22868abe0e
commit 2d3eae4e1e
7 changed files with 6 additions and 6 deletions

14
src/keyhistory.rs Normal file
View 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,
) {
}