Function libgit2_sys::git_remote_fetch [−][src]
pub unsafe extern "C" fn git_remote_fetch(
    remote: *mut git_remote, 
    refspecs: *const git_strarray, 
    opts: *const git_fetch_options, 
    reflog_message: *const c_char
) -> c_int