aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/help.h
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-01-14 22:18:03 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-01-14 22:18:03 +0000
commit7c9390caa14ea2d5d99d69d2a34eee4d45d43b9c (patch)
tree7fdf1a26847ab31eee6ab32fc4d77138040971cf /src/bin/psql/help.h
parent4ceb2d0cb619bba2ecbf5d72a10c8fa7ba321366 (diff)
downloadpostgresql-7c9390caa14ea2d5d99d69d2a34eee4d45d43b9c.tar.gz
postgresql-7c9390caa14ea2d5d99d69d2a34eee4d45d43b9c.zip
Fixed psql variables vs array syntax, as well as minor psql enhancements
Diffstat (limited to 'src/bin/psql/help.h')
-rw-r--r--src/bin/psql/help.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/help.h b/src/bin/psql/help.h
index 791e0313ca1..db709268568 100644
--- a/src/bin/psql/help.h
+++ b/src/bin/psql/help.h
@@ -5,7 +5,7 @@
void usage(void);
-void slashUsage(PsqlSettings *pset);
+void slashUsage(void);
void helpSQL(const char *topic);