pub unsafe extern "C" fn svn_client_url_from_path(
url: *mut *const c_char,
path_or_url: *const c_char,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_client_url_from_path2(), but without a context argument.
@since New in 1.5. @deprecated Provided for backward compatibility with the 1.6 API.