summaryrefslogtreecommitdiff
path: root/object-file.h
diff options
context:
space:
mode:
Diffstat (limited to 'object-file.h')
-rw-r--r--object-file.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/object-file.h b/object-file.h
index 065a44bb8a..ee5b24cec6 100644
--- a/object-file.h
+++ b/object-file.h
@@ -59,6 +59,9 @@ void *odb_source_loose_map_object(struct odb_source *source,
int odb_source_loose_has_object(struct odb_source *source,
const struct object_id *oid);
+int odb_source_loose_freshen_object(struct odb_source *source,
+ const struct object_id *oid);
+
/*
* Populate and return the loose object cache array corresponding to the
* given object ID.