pub unsafe extern "C" fn svn_fs_txn_root(
root_p: *mut *mut svn_fs_root_t,
txn: *mut svn_fs_txn_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Set @a *root_p to the root directory of @a txn. Allocate @a *root_p in a private subpool of @a pool; the root can be destroyed earlier than @a pool by calling #svn_fs_close_root.