diff --git a/strutil.h b/strutil.h index 8a18b205..172325dc 100644 --- a/strutil.h +++ b/strutil.h @@ -25,4 +25,7 @@ extern int maxlen_snprintf(char *str, const char *format,...) __attribute__((format(PG_PRINTF_ATTRIBUTE, 2, 3))); -#endif +extern char * +escape_recovery_conf_value(const char *src); + +#endif /* _STRUTIL_H_ */