[master] 69e5bd5 Also remove DIAGNISTICS around the prototype for MCF_DumpRst()

Poul-Henning Kamp phk at varnish-cache.org
Thu Sep 1 10:39:23 CEST 2011


commit 69e5bd536a561f56cf52926328716c000e35a5d3
Author: Poul-Henning Kamp <phk at FreeBSD.org>
Date:   Thu Sep 1 08:37:08 2011 +0000

    Also remove DIAGNISTICS around the prototype for MCF_DumpRst()

diff --git a/bin/varnishd/mgt.h b/bin/varnishd/mgt.h
index 30b90ba..485de26 100644
--- a/bin/varnishd/mgt.h
+++ b/bin/varnishd/mgt.h
@@ -66,9 +66,7 @@ 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_DumpRst(void);
-#endif
 
 /* mgt_sandbox.c */
 void mgt_sandbox(void);



More information about the varnish-commit mailing list