diff options
Diffstat (limited to 'src/bin/psql/stringutils.h')
-rw-r--r-- | src/bin/psql/stringutils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bin/psql/stringutils.h b/src/bin/psql/stringutils.h index 5d72006c8ed..c9a161d88ed 100644 --- a/src/bin/psql/stringutils.h +++ b/src/bin/psql/stringutils.h @@ -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 */ |