pub unsafe extern "C" fn svn_client_commit_item_create(
item: *mut *const svn_client_commit_item3_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Like svn_client_commit_item3_create() but with a stupid “const” qualifier on the returned structure, and it returns an error that will never happen.
@deprecated Provided for backward compatibility with the 1.5 API.