We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
extern "C"
1 parent 795fe9a commit a2bb896Copy full SHA for a2bb896
1 file changed
deltachat-ffi/src/lib.rs
@@ -2826,7 +2826,7 @@ pub unsafe extern "C" fn dc_array_search_id(
2826
// Returns 1 if location belongs to the track of the user,
2827
// 0 if location was reported independently.
2828
#[no_mangle]
2829
-pub unsafe fn dc_array_is_independent(
+pub unsafe extern "C" fn dc_array_is_independent(
2830
array: *const dc_array_t,
2831
index: libc::size_t,
2832
) -> libc::c_int {
0 commit comments