Header And Logo

PostgreSQL
| The world's most advanced open source database.

help_config.h

Go to the documentation of this file.
00001 /*-------------------------------------------------------------------------
00002  *
00003  * help_config.h
00004  *      Interface to the --help-config option of main.c
00005  *
00006  * Portions Copyright (c) 1996-2013, PostgreSQL Global Development Group
00007  *
00008  *    src/include/utils/help_config.h
00009  *
00010  *-------------------------------------------------------------------------
00011  */
00012 #ifndef HELP_CONFIG_H
00013 #define HELP_CONFIG_H 1
00014 
00015 extern void GucInfoMain(void) __attribute__((noreturn));
00016 
00017 #endif