summaryrefslogtreecommitdiff
path: root/tests-clar/clar_libgit2.h
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2013-09-04 16:41:34 -0700
committerRussell Belfer <rb@github.com>2013-09-04 16:41:34 -0700
commit9ce4f7da4a69b3853da587b67e8f137ddf036e4c (patch)
tree24667c3921a778424d52e3036168afbbcaa4ad8b /tests-clar/clar_libgit2.h
parent2a54c7f447acfc74368a766369a9923ecdf19b21 (diff)
downloadlibgit2-9ce4f7da4a69b3853da587b67e8f137ddf036e4c.tar.gz
Fix tests to use core.filemode correctly
Some windows tests were failing
Diffstat (limited to 'tests-clar/clar_libgit2.h')
-rw-r--r--tests-clar/clar_libgit2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests-clar/clar_libgit2.h b/tests-clar/clar_libgit2.h
index 080d32bea..3cb0607f1 100644
--- a/tests-clar/clar_libgit2.h
+++ b/tests-clar/clar_libgit2.h
@@ -88,5 +88,6 @@ int cl_git_remove_placeholders(const char *directory_path, const char *filename)
/* config setting helpers */
void cl_repo_set_bool(git_repository *repo, const char *cfg, int value);
+int cl_repo_get_bool(git_repository *repo, const char *cfg);
#endif