From 7c9390caa14ea2d5d99d69d2a34eee4d45d43b9c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Fri, 14 Jan 2000 22:18:03 +0000 Subject: Fixed psql variables vs array syntax, as well as minor psql enhancements --- src/bin/psql/help.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/psql/help.h') 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); -- cgit v1.2.3