diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2000-01-14 22:18:03 +0000 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2000-01-14 22:18:03 +0000 |
commit | 7c9390caa14ea2d5d99d69d2a34eee4d45d43b9c (patch) | |
tree | 7fdf1a26847ab31eee6ab32fc4d77138040971cf /src/bin/psql/help.h | |
parent | 4ceb2d0cb619bba2ecbf5d72a10c8fa7ba321366 (diff) | |
download | postgresql-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.h | 2 |
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); |