summaryrefslogtreecommitdiff
path: root/src/bin/psql/help.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/psql/help.h')
-rw-r--r--src/bin/psql/help.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/bin/psql/help.h b/src/bin/psql/help.h
deleted file mode 100644
index 16d09480bf5..00000000000
--- a/src/bin/psql/help.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/*
- * psql - the PostgreSQL interactive terminal
- *
- * Copyright 2000 by PostgreSQL Global Development Group
- *
- * $Header: /cvsroot/pgsql/src/bin/psql/help.h,v 1.8 2001/10/28 06:25:58 momjian Exp $
- */
-#ifndef HELP_H
-#define HELP_H
-
-void usage(void);
-
-void slashUsage(void);
-
-void helpSQL(const char *topic);
-
-void print_copyright(void);
-
-#endif