pub unsafe extern "C" fn svn_fs_revision_root_revision(
root: *mut svn_fs_root_t,
) -> svn_revnum_t
Expand description
If @a root is the root of a revision, return the revision number. Otherwise, return #SVN_INVALID_REVNUM.
pub unsafe extern "C" fn svn_fs_revision_root_revision(
root: *mut svn_fs_root_t,
) -> svn_revnum_t
If @a root is the root of a revision, return the revision number. Otherwise, return #SVN_INVALID_REVNUM.