svn_io_open_unique_file2

Function svn_io_open_unique_file2 

Source
pub unsafe extern "C" fn svn_io_open_unique_file2(
    f: *mut *mut apr_file_t,
    unique_name_p: *mut *const c_char,
    path: *const c_char,
    suffix: *const c_char,
    delete_when: svn_io_file_del_t,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Like svn_io_open_uniquely_named(), but takes a joined dirpath and filename, and a single pool.

@since New in 1.4

@deprecated Provided for backward compatibility with the 1.5 API