aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/stringutils.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/stringutils.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/stringutils.h')
-rw-r--r--src/bin/psql/stringutils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/psql/stringutils.h b/src/bin/psql/stringutils.h
index 5d72006c8ed..c9a161d88ed 100644
--- a/src/bin/psql/stringutils.h
+++ b/src/bin/psql/stringutils.h
@@ -8,6 +8,7 @@ extern char *strtokx(const char *s,
const char *quote,
char escape,
char *was_quoted,
- unsigned int *token_pos);
+ unsigned int *token_pos,
+ int encoding);
#endif /* STRINGUTILS_H */