Commit 34b5adca authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add a macro which we can #ifdef


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@79 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 3e153b91
......@@ -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);
......
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