diff options
Diffstat (limited to 'fsck.h')
-rw-r--r-- | fsck.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -62,6 +62,8 @@ int fsck_walk(struct object *obj, void *data, struct fsck_options *options); int fsck_object(struct object *obj, void *data, unsigned long size, struct fsck_options *options); +void register_found_gitmodules(const struct object_id *oid); + /* * fsck a tag, and pass info about it back to the caller. This is * exposed fsck_object() internals for git-mktag(1). |