Fix obsolete comment regarding FSM truncation.
[PostgreSQL.git] / src / bin / psql / help.h
blobf2012538ca84e54017f869bb5ffa8e39cc2b21f1
1 /*
2 * psql - the PostgreSQL interactive terminal
4 * Copyright (c) 2000-2008, PostgreSQL Global Development Group
6 * $PostgreSQL$
7 */
8 #ifndef HELP_H
9 #define HELP_H
11 void usage(void);
13 void slashUsage(unsigned short int pager);
15 void helpSQL(const char *topic, unsigned short int pager);
17 void print_copyright(void);
19 #endif