]> granicus.if.org Git - postgresql/blob - src/include/utils/help_config.h
Update copyright for the year 2010.
[postgresql] / src / include / utils / help_config.h
1 /*-------------------------------------------------------------------------
2  *
3  * help_config.h
4  *              Interface to the --help-config option of main.c
5  *
6  * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
7  *
8  *        $PostgreSQL: pgsql/src/include/utils/help_config.h,v 1.12 2010/01/02 16:58:10 momjian Exp $
9  *
10  *-------------------------------------------------------------------------
11  */
12 #ifndef HELP_CONFIG_H
13 #define HELP_CONFIG_H 1
14
15 extern int      GucInfoMain(void);
16
17 #endif