r79 - trunk/varnish-cache/include

phk at projects.linpro.no phk at projects.linpro.no
Mon Mar 27 15:57:34 CEST 2006


Author: phk
Date: 2006-03-27 15:57:34 +0200 (Mon, 27 Mar 2006)
New Revision: 79

Modified:
   trunk/varnish-cache/include/cli_priv.h
Log:
Add a macro which we can #ifdef


Modified: trunk/varnish-cache/include/cli_priv.h
===================================================================
--- trunk/varnish-cache/include/cli_priv.h	2006-03-27 12:27:16 UTC (rev 78)
+++ trunk/varnish-cache/include/cli_priv.h	2006-03-27 13:57:34 UTC (rev 79)
@@ -7,6 +7,8 @@
  *
  */
 
+#define CLI_PRIV_H
+
 struct cli;	/* NB: struct cli is opaque at this level.  */
 
 typedef void cli_func_t(struct cli*, char **av, void *priv);




More information about the varnish-commit mailing list