git-commit-vandalism/t/helper/test-tool.h

8 lines
148 B
C
Raw Normal View History

#ifndef __TEST_TOOL_H__
#define __TEST_TOOL_H__
int cmd__chmtime(int argc, const char **argv);
int cmd__sha1(int argc, const char **argv);
#endif