svn_fs_unparse_id

Function svn_fs_unparse_id 

Source
pub unsafe extern "C" fn svn_fs_unparse_id(
    id: *const svn_fs_id_t,
    pool: *mut apr_pool_t,
) -> *mut svn_string_t
Expand description

Return a Subversion string containing the unparsed form of the node revision id @a id. Allocate the string containing the unparsed form in @a pool.