postgresql/src/bin/psql/help.h
Bruce Momjian 7e04792a1c Update copyright for 2014
Update all files in head, and files COPYRIGHT and legal.sgml in all back
branches.
2014-01-07 16:05:30 -05:00

19 lines
340 B
C

/*
* psql - the PostgreSQL interactive terminal
*
* Copyright (c) 2000-2014, PostgreSQL Global Development Group
*
* src/bin/psql/help.h
*/
#ifndef HELP_H
#define HELP_H
void usage(void);
void slashUsage(unsigned short int pager);
void helpSQL(const char *topic, unsigned short int pager);
void print_copyright(void);
#endif