mirror of
https://github.com/chatmail/core.git
synced 2026-05-05 06:16:30 +03:00
refactor: move aheader to safe rust
This commit is contained in:
@@ -129,7 +129,7 @@ unsafe fn schedule_MAYBE_SEND_LOCATIONS(context: &dc_context_t, flags: libc::c_i
|
||||
};
|
||||
}
|
||||
|
||||
pub unsafe extern "C" fn dc_is_sending_locations_to_chat(
|
||||
pub unsafe fn dc_is_sending_locations_to_chat(
|
||||
context: &dc_context_t,
|
||||
chat_id: uint32_t,
|
||||
) -> libc::c_int {
|
||||
|
||||
Reference in New Issue
Block a user