diff options
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 |