mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 19:06:35 +03:00
start reworking context references and smtp, imap
This commit is contained in:
@@ -149,7 +149,7 @@ pub unsafe fn dc_key_set_from_base64(
|
||||
pub unsafe fn dc_key_set_from_file(
|
||||
mut key: *mut dc_key_t,
|
||||
mut pathNfilename: *const libc::c_char,
|
||||
mut context: *mut dc_context_t,
|
||||
mut context: &dc_context_t,
|
||||
) -> libc::c_int {
|
||||
let mut current_block: u64;
|
||||
let mut buf: *mut libc::c_char = 0 as *mut libc::c_char;
|
||||
@@ -465,7 +465,7 @@ pub unsafe fn dc_key_render_asc(
|
||||
pub unsafe fn dc_key_render_asc_to_file(
|
||||
mut key: *const dc_key_t,
|
||||
mut file: *const libc::c_char,
|
||||
mut context: *mut dc_context_t,
|
||||
mut context: &dc_context_t,
|
||||
) -> libc::c_int {
|
||||
let mut success: libc::c_int = 0i32;
|
||||
let mut file_content: *mut libc::c_char = 0 as *mut libc::c_char;
|
||||
|
||||
Reference in New Issue
Block a user