aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/help.h
blob: 45e02cc2a93ab398fd942944cc38955b5286a7b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * 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

#include <c.h>

void		usage(void);

void		slashUsage(void);

void		helpSQL(const char *topic);

void		print_copyright(void);

#endif