diff options
Diffstat (limited to 'src/include/parser/scansup.h')
-rw-r--r-- | src/include/parser/scansup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/parser/scansup.h b/src/include/parser/scansup.h index 4f4164bb8c4..4f95c81f7c9 100644 --- a/src/include/parser/scansup.h +++ b/src/include/parser/scansup.h @@ -20,6 +20,9 @@ extern char *scanstr(const char *s); extern char *downcase_truncate_identifier(const char *ident, int len, bool warn); +extern char *downcase_identifier(const char *ident, int len, + bool warn, bool truncate); + extern void truncate_identifier(char *ident, int len, bool warn); extern bool scanner_isspace(char ch); |