mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 22:36:30 +03:00
start reworking context references and smtp, imap
This commit is contained in:
@@ -24,7 +24,7 @@ use crate::x::*;
|
||||
// text1=URL
|
||||
// text1=error string
|
||||
pub unsafe fn dc_check_qr(
|
||||
mut context: *mut dc_context_t,
|
||||
mut context: &dc_context_t,
|
||||
mut qr: *const libc::c_char,
|
||||
) -> *mut dc_lot_t {
|
||||
let mut current_block: u64;
|
||||
|
||||
Reference in New Issue
Block a user