]> err.no Git - varnish/commitdiff
Add a macro which we can #ifdef
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 27 Mar 2006 13:57:34 +0000 (13:57 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 27 Mar 2006 13:57:34 +0000 (13:57 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@79 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/include/cli_priv.h

index 716804a06adbb64a626056db136e94727fa22469..841b3d4f3a9e718c87af3a0f4d58247dca0bdfb3 100644 (file)
@@ -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);