pub unsafe extern "C" fn svn_cmdline_auth_simple_prompt(
cred_p: *mut *mut svn_auth_cred_simple_t,
baton: *mut c_void,
realm: *const c_char,
username: *const c_char,
may_save: svn_boolean_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
An implementation of @c svn_auth_simple_prompt_func_t that prompts the user for keyboard input on the command line.
@since New in 1.4.
Expects a @c svn_cmdline_prompt_baton_t to be passed as @a baton.