svn_repos_fs_pack

Function svn_repos_fs_pack 

Source
pub unsafe extern "C" fn svn_repos_fs_pack(
    repos: *mut svn_repos_t,
    notify_func: svn_fs_pack_notify_t,
    notify_baton: *mut c_void,
    cancel_func: svn_cancel_func_t,
    cancel_baton: *mut c_void,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Similar to svn_repos_fs_pack2(), but with a #svn_fs_pack_notify_t instead of a #svn_repos_notify_t.

@since New in 1.6. @deprecated Provided for backward compatibility with the 1.6 API.