From 9d77708d83ee3c2f4a67d169e274e7b208008b7c Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 18 Oct 2003 22:59:09 +0000 Subject: Cleanup on --help-config: Now called --describe-config, no further options, machine readable, without headers, not sorted. Parameter descriptions adjusted to fit first sentence + rest convention. --- src/include/utils/help_config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include/utils/help_config.h') diff --git a/src/include/utils/help_config.h b/src/include/utils/help_config.h index e60474e1f7f..24c49e286c0 100644 --- a/src/include/utils/help_config.h +++ b/src/include/utils/help_config.h @@ -5,13 +5,13 @@ * * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group * - * $Id: help_config.h,v 1.3 2003/08/04 02:40:15 momjian Exp $ + * $Id: help_config.h,v 1.4 2003/10/18 22:59:09 petere Exp $ * *------------------------------------------------------------------------- */ #ifndef HELP_CONFIG_H #define HELP_CONFIG_H 1 -extern int GucInfoMain(int argc, char *argv[]); +extern int GucInfoMain(void); #endif -- cgit v1.2.3