]> err.no Git - varnish/commitdiff
Remove unused include
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 5 Aug 2006 12:24:05 +0000 (12:24 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sat, 5 Aug 2006 12:24:05 +0000 (12:24 +0000)
Fix function arg type

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@665 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/bin/varnishd/mgt_cli.c

index 95b1d18f02d3ffd73491a5fcc57c0c14b52296a1..e8e29d86fc1e36edb2afc413ba180fd87fbc769e 100644 (file)
@@ -12,7 +12,6 @@
 #include <stdarg.h>
 #include <sys/types.h>
 
-#include "libvarnish.h"
 #include "cli_priv.h"
 #include "cli.h"
 #include "sbuf.h"
@@ -232,7 +231,7 @@ struct cli_port {
 };
 
 static int
-mgt_cli_callback(struct ev *e, unsigned what)
+mgt_cli_callback(struct ev *e, int what)
 {
        struct cli_port *cp;
        char *p;