diff options
Diffstat (limited to 'src/bin/psql/common.h')
-rw-r--r-- | src/bin/psql/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/psql/common.h b/src/bin/psql/common.h index caf31d19b89..62a602632a1 100644 --- a/src/bin/psql/common.h +++ b/src/bin/psql/common.h @@ -16,6 +16,7 @@ #define atooid(x) ((Oid) strtoul((x), NULL, 10)) +extern bool openQueryOutputFile(const char *fname, FILE **fout, bool *is_pipe); extern bool setQFout(const char *fname); extern void psql_error(const char *fmt,...) pg_attribute_printf(1, 2); |