postgresql/src/bin/psql/help.h

17 lines
183 B
C
Raw Normal View History

#ifndef HELP_H
#define HELP_H
#include "settings.h"
void usage(void);
void slashUsage(PsqlSettings *pset);
void helpSQL(const char *topic);
void print_copyright(void);
#endif