Function gnunet_sys::GNUNET_DISK_file_copy[][src]

pub unsafe extern "C" fn GNUNET_DISK_file_copy(
    src: *const c_char,
    dst: *const c_char
) -> GNUNET_GenericReturnValue

Copy a file.

@param src file to copy @param dst destination file name @return #GNUNET_OK on success, #GNUNET_SYSERR on error