summaryrefslogtreecommitdiff
path: root/t/helper/test-tool.h
blob: 3a35e70e79e45448a393e3fb5d2fd44e97d935a2 (plain)
1
2
3
4
5
6
#ifndef __TEST_TOOL_H__
#define __TEST_TOOL_H__
 
int cmd__chmtime(int argc, const char **argv);
 
#endif