aboutsummaryrefslogtreecommitdiff
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.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/bin/psql/help.h b/src/bin/psql/help.h
index 34bb2677643..791e0313ca1 100644
--- a/src/bin/psql/help.h
+++ b/src/bin/psql/help.h
@@ -3,14 +3,13 @@
#include "settings.h"
-void usage(void);
+void usage(void);
-void slashUsage(PsqlSettings *pset);
+void slashUsage(PsqlSettings *pset);
-void helpSQL(const char *topic);
+void helpSQL(const char *topic);
-void print_copyright(void);
+void print_copyright(void);
#endif
-