]> git.ipfire.org Git - thirdparty/git.git/blobdiff - fsck.h
parse-options: don't leak alias help messages
[thirdparty/git.git] / fsck.h
diff --git a/fsck.h b/fsck.h
index 423c467feb70307a0d60aa5563be38a1a8812d2b..733378f1260a89bcda654e1f6e2b5144e8d2ab3e 100644 (file)
--- a/fsck.h
+++ b/fsck.h
@@ -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).