mirror of
https://github.com/chatmail/core.git
synced 2026-05-07 08:56:30 +03:00
Change return type of `dc_is_configured' to bool
This commit is contained in:
@@ -233,7 +233,7 @@ pub unsafe extern "C" fn dc_is_configured(context: *mut dc_context_t) -> libc::c
|
||||
|
||||
let context = &*context;
|
||||
|
||||
configure::dc_is_configured(context)
|
||||
configure::dc_is_configured(context) as libc::c_int
|
||||
}
|
||||
|
||||
#[no_mangle]
|
||||
|
||||
Reference in New Issue
Block a user