Function libgit2_sys::git_reflog_rename[][src]

pub unsafe extern "C" fn git_reflog_rename(
    repo: *mut git_repository,
    old_name: *const c_char,
    name: *const c_char
) -> c_int