From dcb0d71591242cde3c18c3315ba54af221cd20d0 Mon Sep 17 00:00:00 2001 From: Ian Barwick Date: Sat, 22 Apr 2017 08:46:35 +0900 Subject: [PATCH] Add missing function definition --- strutil.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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_ */