Eneboo - Documentación para desarrolladores
|
00001 /*------------------------------------------------------------------------- 00002 * 00003 * help_config.h 00004 * Interface to the --help-config option of main.c 00005 * 00006 * Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group 00007 * 00008 * $PostgreSQL: pgsql/src/include/utils/help_config.h,v 1.7 2004/12/31 22:03:46 pgsql Exp $ 00009 * 00010 *------------------------------------------------------------------------- 00011 */ 00012 #ifndef HELP_CONFIG_H 00013 #define HELP_CONFIG_H 1 00014 00015 extern int GucInfoMain(void); 00016 00017 #endif