diff options
Diffstat (limited to 'tests-clar/clar_libgit2.h')
| -rw-r--r-- | tests-clar/clar_libgit2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests-clar/clar_libgit2.h b/tests-clar/clar_libgit2.h index b4ee74cdb..ce3688ec4 100644 --- a/tests-clar/clar_libgit2.h +++ b/tests-clar/clar_libgit2.h @@ -49,6 +49,9 @@ bool cl_is_chmod_supported(void); char *cl_getenv(const char *name); int cl_setenv(const char *name, const char *value); +/* Reliable rename */ +int cl_rename(const char *source, const char *dest); + /* Git sandbox setup helpers */ git_repository *cl_git_sandbox_init(const char *sandbox); |
