summaryrefslogtreecommitdiffstats
path: root/include/haproxy/cfgdiag.h
blob: 698910997635721b3a825296260095bf04d67ee8 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef _HAPROXY_CFGDIAG_H
#define _HAPROXY_CFGDIAG_H

/* Placeholder to execute various diagnostic checks after the configuration file
 * has been fully parsed. It will output a warning for each diagnostic found.
 *
 * Returns 0 if no diagnostic message has been found else 1.
 */
int cfg_run_diagnostics(void);

#endif /* _HAPROXY_CFGDIAG_H */