summaryrefslogtreecommitdiff
path: root/tests/test_helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_helpers.h')
-rw-r--r--tests/test_helpers.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_helpers.h b/tests/test_helpers.h
index 9a24ebccf..19c8ae55c 100644
--- a/tests/test_helpers.h
+++ b/tests/test_helpers.h
@@ -67,6 +67,7 @@ extern int cmp_files(const char *a, const char *b);
extern int copy_file(const char *source, const char *dest);
extern int rmdir_recurs(const char *directory_path);
extern int copydir_recurs(const char *source_directory_path, const char *destination_directory_path);
+extern int remove_placeholders(char *directory_path, char *filename);
extern int open_temp_repo(git_repository **repo, const char *path);
extern void close_temp_repo(git_repository *repo);