/* * psql - the PostgreSQL interactive terminal * * Copyright 2000 by PostgreSQL Global Development Group * * $Header: /cvsroot/pgsql/src/bin/psql/help.h,v 1.5 2000/01/29 16:58:48 petere Exp $ */ #ifndef HELP_H #define HELP_H #include void usage(void); void slashUsage(void); void helpSQL(const char *topic); void print_copyright(void); #endif