Commit c5250561 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Remove unused include

Fix function arg type


git-svn-id: http://www.varnish-cache.org/svn/trunk/varnish-cache@665 d4fa192b-c00b-0410-8231-f00ffab90ce4
parent cd3d0b87
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
#include <stdarg.h> #include <stdarg.h>
#include <sys/types.h> #include <sys/types.h>
#include "libvarnish.h"
#include "cli_priv.h" #include "cli_priv.h"
#include "cli.h" #include "cli.h"
#include "sbuf.h" #include "sbuf.h"
...@@ -232,7 +231,7 @@ struct cli_port { ...@@ -232,7 +231,7 @@ struct cli_port {
}; };
static int static int
mgt_cli_callback(struct ev *e, unsigned what) mgt_cli_callback(struct ev *e, int what)
{ {
struct cli_port *cp; struct cli_port *cp;
char *p; char *p;
......
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