Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / bin / psql / help.h
blob6f4904e395d227521dacf9a42ba6491357a817ee
1 /*
2 * psql - the PostgreSQL interactive terminal
4 * Copyright (c) 2000-2009, 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