mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 05:16:39 +03:00
No more vararg printing (drop dc_log_)
This commit is contained in:
6
src/x.rs
6
src/x.rs
@@ -45,12 +45,6 @@ extern "C" {
|
||||
unsafe extern "C" fn(_: *const libc::c_void, _: *const libc::c_void) -> libc::c_int,
|
||||
>,
|
||||
);
|
||||
pub fn vsnprintf(
|
||||
_: *mut libc::c_char,
|
||||
_: libc::c_ulong,
|
||||
_: *const libc::c_char,
|
||||
_: std::ffi::VaList,
|
||||
) -> libc::c_int;
|
||||
|
||||
// -- DC Methods
|
||||
pub fn dc_mprintf(format: *const libc::c_char, _: ...) -> *mut libc::c_char;
|
||||
|
||||
Reference in New Issue
Block a user