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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user