pub unsafe extern "C" fn svn_wc_create_tmp_file(
fp: *mut *mut apr_file_t,
path: *const c_char,
delete_on_close: svn_boolean_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Same as svn_wc_create_tmp_file2(), but with @a new_name set to @c NULL, and without the ability to delete the file on pool cleanup.
@deprecated For compatibility with 1.3 API