X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=pack-bitmap.h;h=3742a00e14a0d4da335253b2a76f978edb499d35;hb=refs%2Fheads%2Fmaint;hp=0adcef77b58cc13822f1b400d5418ec6f8b34421;hpb=b1a90b68cfa3f9e1e0769c2c9fe0db012a51c818;p=git-core%2Fgit.git diff --git a/pack-bitmap.h b/pack-bitmap.h index 0adcef77b..3742a00e1 100644 --- a/pack-bitmap.h +++ b/pack-bitmap.h @@ -27,7 +27,7 @@ enum pack_bitmap_flags { }; typedef int (*show_reachable_fn)( - const unsigned char *sha1, + const struct object_id *oid, enum object_type type, int flags, uint32_t hash,