diff options
Diffstat (limited to 'src/bin/scripts/common.h')
-rw-r--r-- | src/bin/scripts/common.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/scripts/common.h b/src/bin/scripts/common.h index d231edd623a..986a07ad78d 100644 --- a/src/bin/scripts/common.h +++ b/src/bin/scripts/common.h @@ -4,7 +4,7 @@ * * Copyright (c) 2003-2006, PostgreSQL Global Development Group * - * $PostgreSQL: pgsql/src/bin/scripts/common.h,v 1.14 2006/07/14 14:52:27 momjian Exp $ + * $PostgreSQL: pgsql/src/bin/scripts/common.h,v 1.15 2006/09/22 18:50:41 petere Exp $ */ #ifndef COMMON_H #define 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 */ |