mirror of
https://github.com/chatmail/core.git
synced 2026-05-13 11:56:30 +03:00
Return bool from dc_continue_key_transfer
This commit is contained in:
committed by
holger krekel
parent
d0960f7f7f
commit
6a2368f83c
@@ -1288,7 +1288,7 @@ pub unsafe extern "C" fn dc_continue_key_transfer(
|
||||
|
||||
let context = &*context;
|
||||
|
||||
dc_imex::dc_continue_key_transfer(context, msg_id, setup_code)
|
||||
dc_imex::dc_continue_key_transfer(context, msg_id, setup_code) as libc::c_int
|
||||
}
|
||||
|
||||
#[no_mangle]
|
||||
|
||||
Reference in New Issue
Block a user