aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress/pg_regress.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/regress/pg_regress.h')
-rw-r--r--src/test/regress/pg_regress.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/pg_regress.h b/src/test/regress/pg_regress.h
index 4abfc628e52..0d9c4bfac38 100644
--- a/src/test/regress/pg_regress.h
+++ b/src/test/regress/pg_regress.h
@@ -49,5 +49,5 @@ int regression_main(int argc, char *argv[],
init_function ifunc, test_function tfunc);
void add_stringlist_item(_stringlist **listhead, const char *str);
PID_TYPE spawn_process(const char *cmdline);
-void replace_string(char *string, char *replace, char *replacement);
+void replace_string(char *string, const char *replace, const char *replacement);
bool file_exists(const char *file);