mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 03:16:29 +03:00
another round of fixes
This commit is contained in:
1
src/x.rs
1
src/x.rs
@@ -429,6 +429,7 @@ extern "C" {
|
||||
data: *mut libc::c_void,
|
||||
indx: *mut libc::c_uint,
|
||||
) -> libc::c_int;
|
||||
pub fn carray_set_size(array: *mut carray, new_size: libc::c_uint);
|
||||
pub fn carray_free(array: *mut carray);
|
||||
pub fn fclose(_: *mut FILE) -> libc::c_int;
|
||||
pub fn fopen(_: *const libc::c_char, _: *const libc::c_char) -> *mut FILE;
|
||||
|
||||
Reference in New Issue
Block a user