Fix xslt_process() to ensure that it inserts a NULL terminator after the
[PostgreSQL.git] / src / include / utils / help_config.h
blobb1e39f5b20a06fda37dcf9515dddf4a5cb2dae3f
1 /*-------------------------------------------------------------------------
3 * help_config.h
4 * Interface to the --help-config option of main.c
6 * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
8 * $PostgreSQL$
10 *-------------------------------------------------------------------------
12 #ifndef HELP_CONFIG_H
13 #define HELP_CONFIG_H 1
15 extern int GucInfoMain(void);
17 #endif