pub unsafe extern "C" fn svn_cmdline_prompt_user2(
result: *mut *const c_char,
prompt_str: *const c_char,
baton: *mut svn_cmdline_prompt_baton_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Prompt the user for input, using @a prompt_str for the prompt and @a baton (which may be @c NULL) for cancellation, and returning the user’s response in @a result, allocated in @a pool.
@since New in 1.5.