1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-10 14:22:35 +03:00

Adapt to the changes of libpq(eliminateing using putenv()).

This commit is contained in:
Tatsuo Ishii
2000-01-15 05:38:50 +00:00
parent 8fc386a2d8
commit bfbd58ce13
9 changed files with 59 additions and 50 deletions

View File

@@ -3,6 +3,6 @@
#include <stdio.h>
int MainLoop(FILE *source);
int MainLoop(FILE *source, int encoding);
#endif /* MAINLOOP_H */