Remove PasswordCallback
This commit is contained in:
parent
c4e1f47497
commit
44426292e0
|
|
@ -64,14 +64,6 @@ const_fn! {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// FIXME remove
|
|
||||||
pub type PasswordCallback = unsafe extern "C" fn(
|
|
||||||
buf: *mut c_char,
|
|
||||||
size: c_int,
|
|
||||||
rwflag: c_int,
|
|
||||||
user_data: *mut c_void,
|
|
||||||
) -> c_int;
|
|
||||||
|
|
||||||
pub fn init() {
|
pub fn init() {
|
||||||
use std::ptr;
|
use std::ptr;
|
||||||
use std::sync::Once;
|
use std::sync::Once;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue