aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/help.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2002-07-15 01:56:25 +0000
committerBruce Momjian <bruce@momjian.us>2002-07-15 01:56:25 +0000
commit91dfa1af97b21a817ac4e4b5efdc510215c8774c (patch)
tree07e8e270884b99c2c61bf9f96f0951e11bc4bc39 /src/bin/psql/help.h
parentd5fa19c6eeeeca1e6092344d8a83a2b9b0c8c7cb (diff)
downloadpostgresql-91dfa1af97b21a817ac4e4b5efdc510215c8774c.tar.gz
postgresql-91dfa1af97b21a817ac4e4b5efdc510215c8774c.zip
Fix \? and \pset pager handling. \? wasn't honoring pager before.
Diffstat (limited to 'src/bin/psql/help.h')
-rw-r--r--src/bin/psql/help.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/psql/help.h b/src/bin/psql/help.h
index 16d09480bf5..6c655f306b3 100644
--- a/src/bin/psql/help.h
+++ b/src/bin/psql/help.h
@@ -3,14 +3,14 @@
*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/help.h,v 1.8 2001/10/28 06:25:58 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/help.h,v 1.9 2002/07/15 01:56:25 momjian Exp $
*/
#ifndef HELP_H
#define HELP_H
void usage(void);
-void slashUsage(void);
+void slashUsage(bool pager);
void helpSQL(const char *topic);