diff options
Diffstat (limited to 'tests/clar_libgit2.h')
-rw-r--r-- | tests/clar_libgit2.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/clar_libgit2.h b/tests/clar_libgit2.h index f84d9e353..da37bd655 100644 --- a/tests/clar_libgit2.h +++ b/tests/clar_libgit2.h @@ -139,4 +139,6 @@ void cl_repo_set_string(git_repository *repo, const char *cfg, const char *value void cl_fake_home(void); void cl_fake_home_cleanup(void *); +void cl_sandbox_set_search_path_defaults(void); + #endif |