diff options
Diffstat (limited to 'src/bin/psql/common.h')
-rw-r--r-- | src/bin/psql/common.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/psql/common.h b/src/bin/psql/common.h index a83bc69ab75..3d8b8da7fe4 100644 --- a/src/bin/psql/common.h +++ b/src/bin/psql/common.h @@ -16,7 +16,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 char *psql_get_variable(const char *varname, bool escape, bool as_ident, + void *passthrough); extern void psql_error(const char *fmt,...) pg_attribute_printf(1, 2); |