diff options
author | Tatsuo Ishii <ishii@postgresql.org> | 2000-01-15 05:38:50 +0000 |
---|---|---|
committer | Tatsuo Ishii <ishii@postgresql.org> | 2000-01-15 05:38:50 +0000 |
commit | bfbd58ce131c527d04911dac59feaf28876cf4cf (patch) | |
tree | 74f43028cefc4253e133b0317305691684a1d36d /src/bin/psql/mainloop.h | |
parent | 8fc386a2d830c94dbf990e97297cb9ae75fa4453 (diff) | |
download | postgresql-bfbd58ce131c527d04911dac59feaf28876cf4cf.tar.gz postgresql-bfbd58ce131c527d04911dac59feaf28876cf4cf.zip |
Adapt to the changes of libpq(eliminateing using putenv()).
Diffstat (limited to 'src/bin/psql/mainloop.h')
-rw-r--r-- | src/bin/psql/mainloop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/mainloop.h b/src/bin/psql/mainloop.h index 439703d0404..f76db73328e 100644 --- a/src/bin/psql/mainloop.h +++ b/src/bin/psql/mainloop.h @@ -3,6 +3,6 @@ #include <stdio.h> -int MainLoop(FILE *source); +int MainLoop(FILE *source, int encoding); #endif /* MAINLOOP_H */ |