Commit 1c67fa13 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Move cli_func_ping() prototype where it belongs.



git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@2704 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent 47c00621
...@@ -37,5 +37,3 @@ struct cli { ...@@ -37,5 +37,3 @@ struct cli {
int cli_writeres(int fd, const struct cli *cli); int cli_writeres(int fd, const struct cli *cli);
int cli_readres(int fd, unsigned *status, char **ptr, double tmo); int cli_readres(int fd, unsigned *status, char **ptr, double tmo);
cli_func_t cli_func_ping;
...@@ -60,4 +60,5 @@ void cli_result(struct cli *cli, unsigned r); ...@@ -60,4 +60,5 @@ void cli_result(struct cli *cli, unsigned r);
/* From libvarnish/cli.c */ /* From libvarnish/cli.c */
void cli_dispatch(struct cli *cli, struct cli_proto *clp, const char *line); void cli_dispatch(struct cli *cli, struct cli_proto *clp, const char *line);
cli_func_t cli_func_help; cli_func_t cli_func_help;
cli_func_t cli_func_ping;
struct cli_proto *cli_concat(struct cli_proto *, struct cli_proto *); struct cli_proto *cli_concat(struct cli_proto *, struct cli_proto *);
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