diff options
Diffstat (limited to 'src/bin/psql/help.h')
-rw-r--r-- | src/bin/psql/help.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/bin/psql/help.h b/src/bin/psql/help.h new file mode 100644 index 00000000000..34bb2677643 --- /dev/null +++ b/src/bin/psql/help.h @@ -0,0 +1,16 @@ +#ifndef HELP_H +#define HELP_H + +#include "settings.h" + +void usage(void); + +void slashUsage(PsqlSettings *pset); + +void helpSQL(const char *topic); + +void print_copyright(void); + + +#endif + |