Return bool from dc_continue_key_transfer

This commit is contained in:
Alexander Krotov
2019-09-10 13:53:32 +03:00
committed by holger krekel
parent d0960f7f7f
commit 6a2368f83c
3 changed files with 5 additions and 6 deletions

View File

@@ -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]