[][src]Function transmission_sys::tr_moveFile

pub unsafe extern "C" fn tr_moveFile(
    oldpath: *const c_char,
    newpath: *const c_char,
    error: *mut *mut tr_error
) -> bool

@brief move a file @return True on success, false otherwise (with error set accordingly).