svn_auth_get_simple_provider

Function svn_auth_get_simple_provider 

Source
pub unsafe extern "C" fn svn_auth_get_simple_provider(
    provider: *mut *mut svn_auth_provider_object_t,
    pool: *mut apr_pool_t,
)
Expand description

Like svn_auth_get_simple_provider2, but without the ability to call the svn_auth_plaintext_prompt_func_t callback, and the provider always assumes that it is allowed to store the password in plaintext.

@deprecated Provided for backwards compatibility with the 1.5 API. @since New in 1.4.