svn_fs_path_change2_create

Function svn_fs_path_change2_create 

Source
pub unsafe extern "C" fn svn_fs_path_change2_create(
    node_rev_id: *const svn_fs_id_t,
    change_kind: svn_fs_path_change_kind_t,
    pool: *mut apr_pool_t,
) -> *mut svn_fs_path_change2_t
Expand description

Allocate an #svn_fs_path_change2_t structure in @a pool, initialize and return it.

Set the @c node_rev_id field of the created struct to @a node_rev_id, and @c change_kind to @a change_kind. Set all other fields to their @c _unknown, @c NULL or invalid value, respectively.

@since New in 1.6.