mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 14:26:30 +03:00
remove extern c and no_mangle
This commit is contained in:
@@ -25,8 +25,7 @@ use crate::x::*;
|
||||
// text1=text
|
||||
// text1=URL
|
||||
// text1=error string
|
||||
#[no_mangle]
|
||||
pub unsafe extern "C" fn dc_check_qr(
|
||||
pub unsafe fn dc_check_qr(
|
||||
mut context: *mut dc_context_t,
|
||||
mut qr: *const libc::c_char,
|
||||
) -> *mut dc_lot_t {
|
||||
|
||||
Reference in New Issue
Block a user