diff options
Diffstat (limited to 'src/bin/psql/command.h')
-rw-r--r-- | src/bin/psql/command.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/command.h b/src/bin/psql/command.h index a8cc220e7c9..5543cbe9c2d 100644 --- a/src/bin/psql/command.h +++ b/src/bin/psql/command.h @@ -27,10 +27,10 @@ typedef enum _backslashResult backslashResult HandleSlashCmds(const char *line, PQExpBuffer query_buf, - const char **end_of_cmd); + const char **end_of_cmd, int encoding); bool -process_file(const char *filename); +process_file(const char *filename, int encoding); bool do_pset(const char *param, |