1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-08 11:42:09 +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

@ -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 */