postgresql/src/include/utils/help_config.h

18 lines
457 B
C
Raw Normal View History

/*-------------------------------------------------------------------------
*
* help_config.h
2003-08-03 20:43:34 -04:00
* Interface to the --help-config option of main.c
*
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
*
2010-09-20 16:08:53 -04:00
* src/include/utils/help_config.h
*
*-------------------------------------------------------------------------
*/
#ifndef HELP_CONFIG_H
#define HELP_CONFIG_H 1
extern void GucInfoMain(void) pg_attribute_noreturn();
#endif