diff options
| author | Ben Straub <bs@github.com> | 2012-11-09 16:59:46 -0800 |
|---|---|---|
| committer | Ben Straub <bs@github.com> | 2012-11-09 16:59:46 -0800 |
| commit | 2ff1a0d0f0eb7a214253fea3769c3fe64142446c (patch) | |
| tree | 8972aefd379e8ac0e54518d5df88a01d9951a366 /tests-clar/clar_libgit2.h | |
| parent | 90207709a367ef07ecf4087f285d3017031401ab (diff) | |
| download | libgit2-2ff1a0d0f0eb7a214253fea3769c3fe64142446c.tar.gz | |
Helpers for local-filesystem remote URLs
Diffstat (limited to 'tests-clar/clar_libgit2.h')
| -rw-r--r-- | tests-clar/clar_libgit2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests-clar/clar_libgit2.h b/tests-clar/clar_libgit2.h index ce3688ec4..fd20c1259 100644 --- a/tests-clar/clar_libgit2.h +++ b/tests-clar/clar_libgit2.h @@ -57,4 +57,8 @@ int cl_rename(const char *source, const char *dest); git_repository *cl_git_sandbox_init(const char *sandbox); void cl_git_sandbox_cleanup(void); +/* Local-repo url helpers */ +const char* cl_git_fixture_url(const char *fixturename); +const char* cl_git_path_url(const char *path); + #endif |
