Remove PasswordCallback

This commit is contained in:
Robin Lindner 2021-10-06 21:55:46 +02:00 committed by Joshua Nelson
parent c4e1f47497
commit 44426292e0
1 changed files with 0 additions and 8 deletions

View File

@ -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;