libgit2/tests-clay/testlib.h
2011-12-30 20:14:05 +01:00

7 lines
126 B
C

#ifndef INCLUDE_testlib_h__
#define INCLUDE_testlib_h__
void file_create(const char *filename, const char *content);
#endif