]> err.no Git - varnish/commitdiff
Move cli_func_ping() prototype where it belongs.
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 16 Jun 2008 21:58:57 +0000 (21:58 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 16 Jun 2008 21:58:57 +0000 (21:58 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@2704 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/include/cli_common.h
varnish-cache/include/cli_priv.h

index 90e856dba8178e8a4d2c47daa2d36e4334460c22..18bed279f9d3a8a00c6713a632e833b3fb98ed2e 100644 (file)
@@ -37,5 +37,3 @@ struct cli {
 
 int cli_writeres(int fd, const struct cli *cli);
 int cli_readres(int fd, unsigned *status, char **ptr, double tmo);
-
-cli_func_t cli_func_ping;
index 74ce9677836840c9d15ed8a76ee9b34b79ac5af6..c0a12181edcbcfe7619f1ba610eee7c5a4f1e6f8 100644 (file)
@@ -60,4 +60,5 @@ void cli_result(struct cli *cli, unsigned r);
 /* From libvarnish/cli.c */
 void cli_dispatch(struct cli *cli, struct cli_proto *clp, const char *line);
 cli_func_t     cli_func_help;
+cli_func_t     cli_func_ping;
 struct cli_proto *cli_concat(struct cli_proto *, struct cli_proto *);