Update copyright for 2022
[pgsql.git] / src / bin / psql / help.h
blob798807b3310b24d77b653d582472c67916a8ce76
1 /*
2 * psql - the PostgreSQL interactive terminal
4 * Copyright (c) 2000-2022, PostgreSQL Global Development Group
6 * src/bin/psql/help.h
7 */
8 #ifndef HELP_H
9 #define HELP_H
11 void usage(unsigned short int pager);
13 void slashUsage(unsigned short int pager);
15 void helpVariables(unsigned short int pager);
17 void helpSQL(const char *topic, unsigned short int pager);
19 void print_copyright(void);
21 #endif