Function libgit2_sys::git_index_remove[][src]

pub unsafe extern "C" fn git_index_remove(
    index: *mut git_index,
    path: *const c_char,
    stage: c_int
) -> c_int