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