]> granicus.if.org Git - postgresql/blob - src/include/utils/help_config.h
Update copyrights in source tree to 2008.
[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-2008, PostgreSQL Global Development Group
7  *
8  *        $PostgreSQL: pgsql/src/include/utils/help_config.h,v 1.10 2008/01/01 19:45:59 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