remove extern c and no_mangle

This commit is contained in:
dignifiedquire
2019-04-27 01:42:58 +03:00
parent 9a1fcc745e
commit 1faf248e09
54 changed files with 789 additions and 1579 deletions

View File

@@ -12,8 +12,7 @@ use crate::dc_tools::*;
use crate::types::*;
use crate::x::*;
#[no_mangle]
pub unsafe extern "C" fn dc_do_heuristics_moves(
pub unsafe fn dc_do_heuristics_moves(
mut context: *mut dc_context_t,
mut folder: *const libc::c_char,
mut msg_id: uint32_t,