diff options
Diffstat (limited to 'src/bin/psql/help.h')
-rw-r--r-- | src/bin/psql/help.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bin/psql/help.h b/src/bin/psql/help.h index cbd9a81488f..47fed65b410 100644 --- a/src/bin/psql/help.h +++ b/src/bin/psql/help.h @@ -3,13 +3,11 @@ * * 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 $ + * $Header: /cvsroot/pgsql/src/bin/psql/help.h,v 1.6 2000/02/16 13:15:26 momjian Exp $ */ #ifndef HELP_H #define HELP_H -#include <c.h> - void usage(void); void slashUsage(void); |