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: 1dc4673c3aef1d2c40c6205b34b521fdfeb41a10 (plain)
1
2
3
4
5
6
7
8
#ifndef __TEST_TOOL_H__
#define __TEST_TOOL_H__

int cmd__chmtime(int argc, const char **argv);
int cmd__lazy_init_name_hash(int argc, const char **argv);
int cmd__sha1(int argc, const char **argv);

#endif