Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test-tool.h « helper « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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