diff options
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); |