aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/command.h
diff options
context:
space:
mode:
authorTatsuo Ishii <ishii@postgresql.org>2000-01-15 05:38:50 +0000
committerTatsuo Ishii <ishii@postgresql.org>2000-01-15 05:38:50 +0000
commitbfbd58ce131c527d04911dac59feaf28876cf4cf (patch)
tree74f43028cefc4253e133b0317305691684a1d36d /src/bin/psql/command.h
parent8fc386a2d830c94dbf990e97297cb9ae75fa4453 (diff)
downloadpostgresql-bfbd58ce131c527d04911dac59feaf28876cf4cf.tar.gz
postgresql-bfbd58ce131c527d04911dac59feaf28876cf4cf.zip
Adapt to the changes of libpq(eliminateing using putenv()).
Diffstat (limited to 'src/bin/psql/command.h')
-rw-r--r--src/bin/psql/command.h4
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,