pub unsafe extern "C" fn svn_cmdline_prompt_user(
result: *mut *const c_char,
prompt_str: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_tExpand description
Similar to svn_cmdline_prompt_user2, but without cancellation support.
@deprecated Provided for backward compatibility with the 1.4 API.