From bfbd58ce131c527d04911dac59feaf28876cf4cf Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Sat, 15 Jan 2000 05:38:50 +0000 Subject: Adapt to the changes of libpq(eliminateing using putenv()). --- src/bin/psql/stringutils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/bin/psql/stringutils.h') 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 */ -- cgit v1.2.3