sha1-array: convert internal storage for struct sha1_array to object_id
[gitweb.git] / sha1-array.h
index b3230be0dd6eedf871c5c337a79333a7ebf33cb7..c1f706acba36cef73b80747d1378911aa561ebc9 100644 (file)
@@ -2,7 +2,7 @@
 #define SHA1_ARRAY_H
 
 struct sha1_array {
-       unsigned char (*sha1)[20];
+       struct object_id *oid;
        int nr;
        int alloc;
        int sorted;