pub unsafe extern "C" fn svn_wc_external_item_create(
item: *mut *const svn_wc_external_item2_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Same as svn_wc_external_item2_create() except the pointer to the new empty item is ‘const’ which is stupid since the next thing you need to do is fill in its fields.
@deprecated Provided for backward compatibility with the 1.7 API. @since New in 1.5.