svn_io_append_file

Function svn_io_append_file 

Source
pub unsafe extern "C" fn svn_io_append_file(
    src: *const c_char,
    dst: *const c_char,
    pool: *mut apr_pool_t,
) -> *mut svn_error_t
Expand description

Append @a src to @a dst. @a dst will be appended to if it exists, else it will be created. Both @a src and @a dst are utf8-encoded.