postgresql/src/bin/psql/help.h

22 lines
365 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 Team
*
* $Header: /cvsroot/pgsql/src/bin/psql/help.h,v 1.4 2000/01/18 23:30:23 petere Exp $
*/
#ifndef HELP_H
#define HELP_H
2000-01-19 00:30:24 +01:00
#include <c.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