diff options
| author | Peter Eisentraut | 2003-10-18 22:59:09 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2003-10-18 22:59:09 +0000 |
| commit | 9d77708d83ee3c2f4a67d169e274e7b208008b7c (patch) | |
| tree | 4c20facfda430d19b44c887dd946643a18d38ef4 /src/include/utils/help_config.h | |
| parent | e341cdb085dad1fc651b96fa64214c253f46ed94 (diff) | |
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.
Diffstat (limited to 'src/include/utils/help_config.h')
| -rw-r--r-- | src/include/utils/help_config.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
