git-commit-vandalism/t/helper/test-tool.h
Nguyễn Thái Ngọc Duy 0e496492d2 t/helper: merge test-chmtime into test-tool
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2018-03-27 08:45:47 -07:00

7 lines
104 B
C

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