Add missing function definition

This commit is contained in:
Ian Barwick
2017-04-22 08:46:35 +09:00
parent 5e68d41d58
commit dcb0d71591

View File

@@ -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_ */