postgresql/src/bin/psql/help.h

20 lines
370 B
C
Raw Normal View History

2000-01-19 00:30:24 +01:00
/*
* psql - the PostgreSQL interactive terminal
*
* Copyright 2000 by PostgreSQL Global Development Group
2000-01-19 00:30:24 +01:00
*
* $Header: /cvsroot/pgsql/src/bin/psql/help.h,v 1.10 2002/10/23 19:23:57 momjian Exp $
2000-01-19 00:30:24 +01:00
*/
#ifndef HELP_H
#define HELP_H
1999-11-05 00:14:30 +01:00
void usage(void);
void slashUsage(bool pager);
void helpSQL(const char *topic, bool pager);
1999-11-05 00:14:30 +01:00
void print_copyright(void);
#endif