summaryrefslogtreecommitdiff
path: root/tests-clar/submodule/submodule_helpers.h
diff options
context:
space:
mode:
authorRussell Belfer <rb@github.com>2013-09-13 09:26:26 -0700
committerRussell Belfer <rb@github.com>2013-09-17 09:31:45 -0700
commitd5b1866cc363461c3ecc14412dcd26d2e4fa8b68 (patch)
tree7ac408777de075d60039e1628489cecb86b83b50 /tests-clar/submodule/submodule_helpers.h
parentb47349b8dc742943e063cb3d755b9db66203e3d9 (diff)
downloadlibgit2-d5b1866cc363461c3ecc14412dcd26d2e4fa8b68.tar.gz
Rearrange clar submodule cleanup code
Diffstat (limited to 'tests-clar/submodule/submodule_helpers.h')
-rw-r--r--tests-clar/submodule/submodule_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/submodule/submodule_helpers.h b/tests-clar/submodule/submodule_helpers.h
index 1de15ca17..610c40720 100644
--- a/tests-clar/submodule/submodule_helpers.h
+++ b/tests-clar/submodule/submodule_helpers.h
@@ -1,5 +1,5 @@
extern void rewrite_gitmodules(const char *workdir);
+/* these will automatically set a cleanup callback */
extern git_repository *setup_fixture_submodules(void);
extern git_repository *setup_fixture_submod2(void);
-extern void cleanup_fixture_submodules(void);