diff options
Diffstat (limited to 'src/bin/psql/common.h')
-rw-r--r-- | src/bin/psql/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/psql/common.h b/src/bin/psql/common.h index ce7b93f9e5e..ba4c5699b3d 100644 --- a/src/bin/psql/common.h +++ b/src/bin/psql/common.h @@ -18,6 +18,8 @@ extern bool openQueryOutputFile(const char *fname, FILE **fout, bool *is_pipe); extern bool setQFout(const char *fname); +extern char *psql_get_variable(const char *varname, bool escape, bool as_ident); + extern void psql_error(const char *fmt,...) pg_attribute_printf(1, 2); extern void NoticeProcessor(void *arg, const char *message); |