]> git.ipfire.org Git - thirdparty/git.git/blob - t/helper/test-tool.h
t/helper: merge test-chmtime into test-tool
[thirdparty/git.git] / t / helper / test-tool.h
1 #ifndef __TEST_TOOL_H__
2 #define __TEST_TOOL_H__
3
4 int cmd__chmtime(int argc, const char **argv);
5
6 #endif