summaryrefslogtreecommitdiff
path: root/tests/clar/clar_libgit2.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/clar/clar_libgit2.h')
-rw-r--r--tests/clar/clar_libgit2.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/clar/clar_libgit2.h b/tests/clar/clar_libgit2.h
index 84405d21c..c33b5d28b 100644
--- a/tests/clar/clar_libgit2.h
+++ b/tests/clar/clar_libgit2.h
@@ -231,6 +231,9 @@ void cl_repo_commit_from_index(
void cl_repo_set_bool(git_repository *repo, const char *cfg, int value);
int cl_repo_get_bool(git_repository *repo, const char *cfg);
+void cl_repo_set_int(git_repository *repo, const char *cfg, int value);
+int cl_repo_get_int(git_repository *repo, const char *cfg);
+
void cl_repo_set_string(git_repository *repo, const char *cfg, const char *value);
/*