Type Definition libgit2_sys::git_diff_progress_cb [−][src]
type git_diff_progress_cb = extern "C" fn(_: *const git_diff, _: *const c_char, _: *const c_char, _: *mut c_void) -> c_int;
type git_diff_progress_cb = extern "C" fn(_: *const git_diff, _: *const c_char, _: *const c_char, _: *mut c_void) -> c_int;