diff options
Diffstat (limited to 'src/bin/psql/help.h')
-rw-r--r-- | src/bin/psql/help.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/bin/psql/help.h b/src/bin/psql/help.h index 054d5a49674..3ad374a9121 100644 --- a/src/bin/psql/help.h +++ b/src/bin/psql/help.h @@ -8,10 +8,12 @@ #ifndef HELP_H #define HELP_H -void usage(void); +void usage(unsigned short int pager); void slashUsage(unsigned short int pager); +void helpVariables(unsigned short int pager); + void helpSQL(const char *topic, unsigned short int pager); void print_copyright(void); |