summaryrefslogtreecommitdiff
path: root/src/git2/repository.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/git2/repository.h')
-rw-r--r--src/git2/repository.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/git2/repository.h b/src/git2/repository.h
index dbb9dddef..5327f8c58 100644
--- a/src/git2/repository.h
+++ b/src/git2/repository.h
@@ -158,6 +158,9 @@ GIT_EXTERN(int) git_repository_index(git_index **index, git_repository *repo);
*/
GIT_EXTERN(void) git_repository_free(git_repository *repo);
+
+GIT_EXTERN(void) git_repository_free__no_gc(git_repository *repo);
+
/**
* Creates a new Git repository in the given folder.
*