postgresql/src/bin/psql/help.h

20 lines
351 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.8 2001/10/28 06:25:58 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(void);
1999-11-05 00:14:30 +01:00
void helpSQL(const char *topic);
1999-11-05 00:14:30 +01:00
void print_copyright(void);
#endif