diff options
Diffstat (limited to 'odb.c')
| -rw-r--r-- | odb.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -844,7 +844,7 @@ static int oid_object_info_convert(struct repository *r, int odb_read_object_info_extended(struct object_database *odb, const struct object_id *oid, struct object_info *oi, - unsigned flags) + enum object_info_flags flags) { int ret; @@ -966,7 +966,7 @@ void *odb_read_object_peeled(struct object_database *odb, } int odb_has_object(struct object_database *odb, const struct object_id *oid, - unsigned flags) + enum has_object_flags flags) { unsigned object_info_flags = 0; |
