]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/helper/test-tool.h
t/helper: merge (unused) test-match-trees into test-tool
[thirdparty/git.git] / t / helper / test-tool.h
index b855203477fb5b9c3b764c4ba2e40e3919110b0d..d2f009cb3e409d5541b6f93a6b3604b69a2022f1 100644 (file)
@@ -14,6 +14,7 @@ int cmd__genrandom(int argc, const char **argv);
 int cmd__hashmap(int argc, const char **argv);
 int cmd__index_version(int argc, const char **argv);
 int cmd__lazy_init_name_hash(int argc, const char **argv);
+int cmd__match_trees(int argc, const char **argv);
 int cmd__sha1(int argc, const char **argv);
 
 #endif