Commit 7ac9957e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

nitpicking with flexelint



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@4579 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 8192c8a0
......@@ -9,4 +9,5 @@ flexelint \
-DVARNISH_STATE_DIR=\"foo\" \
*.c \
../../lib/libvarnish/*.c \
../../lib/libvarnishcompat/execinfo.c \
../../lib/libvcl/*.c
......@@ -129,9 +129,6 @@ struct params {
/* Listen depth */
unsigned listen_depth;
/* HTTP proto behaviour */
unsigned client_http11;
/* CLI related */
unsigned cli_timeout;
unsigned ping_interval;
......
......@@ -63,7 +63,9 @@ void mgt_cli_close_all(void);
void MCF_ParamSync(void);
void MCF_ParamInit(struct cli *);
void MCF_ParamSet(struct cli *, const char *param, const char *val);
#ifdef DIAGNOSTICS
void MCF_DumpMdoc(void);
#endif
/* mgt_vcc.c */
void mgt_vcc_init(void);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment