pub unsafe extern "C" fn svn_wc_external_item2_create(
item: *mut *mut svn_wc_external_item2_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Initialize an external item. Set @a *item to an external item object, allocated in @a pool.
In order to avoid backwards compatibility problems, this function is used to initialize and allocate the #svn_wc_external_item2_t structure rather than doing so explicitly, as the size of this structure may change in the future.
The current implementation never returns error, but callers should still check for error, for compatibility with future versions.
@since New in 1.8.