diff options
Diffstat (limited to 'src/bin/psql/psqlscanslash.h')
-rw-r--r-- | src/bin/psql/psqlscanslash.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bin/psql/psqlscanslash.h b/src/bin/psql/psqlscanslash.h index 48553647a90..f078f698e85 100644 --- a/src/bin/psql/psqlscanslash.h +++ b/src/bin/psql/psqlscanslash.h @@ -32,4 +32,6 @@ extern char *psql_scan_slash_option(PsqlScanState state, extern void psql_scan_slash_command_end(PsqlScanState state); +extern void dequote_downcase_identifier(char *str, bool downcase, int encoding); + #endif /* PSQLSCANSLASH_H */ |