diff options
Diffstat (limited to 'src/bin/scripts/common.h')
-rw-r--r-- | src/bin/scripts/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/common.h b/src/bin/scripts/common.h index 728522dbdd..125397c4fa 100644 --- a/src/bin/scripts/common.h +++ b/src/bin/scripts/common.h @@ -35,6 +35,6 @@ extern PGresult *executeQuery(PGconn *conn, const char *query, extern void executeCommand(PGconn *conn, const char *query, const char *progname, bool echo); -extern int check_yesno_response(const char *string); +extern bool yesno_prompt(const char *question); #endif /* COMMON_H */ |