start reworking context references and smtp, imap

This commit is contained in:
dignifiedquire
2019-05-01 11:38:51 +02:00
parent 3e971d81d4
commit 72e9fe6150
33 changed files with 1228 additions and 1303 deletions

View File

@@ -5,8 +5,8 @@ use crate::types::*;
/* yes: uppercase */
/* library private: key-history */
pub unsafe fn dc_add_to_keyhistory(
_context: *mut dc_context_t,
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,