summaryrefslogtreecommitdiff
path: root/t/helper/test-tool.h
blob: a05b8bd14c4f1a79b787e597d12325a11e99654d (plain)
1
2
3
4
5
6
7
#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