mirror of
https://github.com/chatmail/core.git
synced 2026-04-21 15:36:30 +03:00
Remove mangling for dc_strbuilder_cat() and dc_strdup()
This commit is contained in:
@@ -33,7 +33,6 @@ pub unsafe extern "C" fn dc_strbuilder_init(
|
||||
(*strbuilder).free = (*strbuilder).allocated - 1i32;
|
||||
(*strbuilder).eos = (*strbuilder).buf;
|
||||
}
|
||||
#[no_mangle]
|
||||
pub unsafe extern "C" fn dc_strbuilder_cat(
|
||||
mut strbuilder: *mut dc_strbuilder_t,
|
||||
mut text: *const libc::c_char,
|
||||
|
||||
Reference in New Issue
Block a user