diff options
Diffstat (limited to 'odb.h')
| -rw-r--r-- | odb.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -396,6 +396,9 @@ int odb_has_object(struct object_database *odb, const struct object_id *oid, unsigned flags); +int odb_freshen_object(struct object_database *odb, + const struct object_id *oid); + void odb_assert_oid_type(struct object_database *odb, const struct object_id *oid, enum object_type expect); |
