diff options
Diffstat (limited to 'tests/test_helpers.h')
| -rw-r--r-- | tests/test_helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_helpers.h b/tests/test_helpers.h index 16a3a2ced..a475f66f3 100644 --- a/tests/test_helpers.h +++ b/tests/test_helpers.h @@ -74,7 +74,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 remove_placeholders(const char *directory_path, const char *filename); extern int open_temp_repo(git_repository **repo, const char *path); extern void close_temp_repo(git_repository *repo); |
