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:
@@ -3,6 +3,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
int MainLoop(FILE *source);
|
||||
int MainLoop(FILE *source, int encoding);
|
||||
|
||||
#endif /* MAINLOOP_H */
|
||||
|
||||
Reference in New Issue
Block a user