pub unsafe extern "C" fn svn_io_start_cmd2(
cmd_proc: *mut apr_proc_t,
path: *const c_char,
cmd: *const c_char,
args: *const *const c_char,
inherit: svn_boolean_t,
infile_pipe: svn_boolean_t,
infile: *mut apr_file_t,
outfile_pipe: svn_boolean_t,
outfile: *mut apr_file_t,
errfile_pipe: svn_boolean_t,
errfile: *mut apr_file_t,
pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description
Similar to svn_io_start_cmd3() but with @a env always set to NULL.
@deprecated Provided for backward compatibility with the 1.7 API @since New in 1.7.