summaryrefslogtreecommitdiff
path: root/src/bin/psql/copy.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/copy.h
parent8fc386a2d830c94dbf990e97297cb9ae75fa4453 (diff)
Adapt to the changes of libpq(eliminateing using putenv()).
Diffstat (limited to 'src/bin/psql/copy.h')
-rw-r--r--src/bin/psql/copy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/copy.h b/src/bin/psql/copy.h
index 840fb27fe12..6258fcb2806 100644
--- a/src/bin/psql/copy.h
+++ b/src/bin/psql/copy.h
@@ -8,7 +8,7 @@
/* handler for \copy */
bool
- do_copy(const char *args);
+ do_copy(const char *args, int encoding);
/* lower level processors for copy in/out streams */