From 641b658c26f927bf59d38ecba9c8ab45544a2816 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 23 Oct 2002 19:23:57 +0000 Subject: Page \h output and centralize psql paging code in PageOutput(). --- src/bin/psql/help.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/bin/psql/help.h') diff --git a/src/bin/psql/help.h b/src/bin/psql/help.h index 6c655f306b3..28a87864661 100644 --- a/src/bin/psql/help.h +++ b/src/bin/psql/help.h @@ -3,7 +3,7 @@ * * Copyright 2000 by PostgreSQL Global Development Group * - * $Header: /cvsroot/pgsql/src/bin/psql/help.h,v 1.9 2002/07/15 01:56:25 momjian Exp $ + * $Header: /cvsroot/pgsql/src/bin/psql/help.h,v 1.10 2002/10/23 19:23:57 momjian Exp $ */ #ifndef HELP_H #define HELP_H @@ -12,7 +12,7 @@ void usage(void); void slashUsage(bool pager); -void helpSQL(const char *topic); +void helpSQL(const char *topic, bool pager); void print_copyright(void); -- cgit v1.2.3