diff options
| author | Vicent Martà <tanoku@gmail.com> | 2012-01-02 09:58:39 +0100 |
|---|---|---|
| committer | Vicent Martà <tanoku@gmail.com> | 2012-01-02 09:58:39 +0100 |
| commit | 7a704309ae012b8e92eb6103b0d14dd3c22a1cb5 (patch) | |
| tree | a0e917d553db5fc4475be2fff7004268dc36d13d /tests-clay/testlib.h | |
| parent | 9191a6d2466d0f3c187a66f65757c95c1c3f772d (diff) | |
| parent | 0fb3fba123d8fbd99a9e1f9f47c192c704daee24 (diff) | |
| download | libgit2-7a704309ae012b8e92eb6103b0d14dd3c22a1cb5.tar.gz | |
Merge remote-tracking branch 'drizzd/diff-index-tests' into development
Conflicts:
tests-clay/clay.h
tests-clay/clay_main.c
Diffstat (limited to 'tests-clay/testlib.h')
| -rw-r--r-- | tests-clay/testlib.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests-clay/testlib.h b/tests-clay/testlib.h new file mode 100644 index 000000000..2e8867c12 --- /dev/null +++ b/tests-clay/testlib.h @@ -0,0 +1,6 @@ +#ifndef INCLUDE_testlib_h__ +#define INCLUDE_testlib_h__ + +void file_create(const char *filename, const char *content); + +#endif |
