]> err.no Git - varnish/commit
Reverse constification of Argv functions. After cascading through all
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 4 Apr 2006 07:46:30 +0000 (07:46 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Tue, 4 Apr 2006 07:46:30 +0000 (07:46 +0000)
commit34cc972ee706ca0c069bdcaffad74b13bae9739b
tree8694f3928e68aa7b6f2e2ebca97a29cf3ffa49d5
parent27e54f8beed15e69d8ca5abea78a483d4a95e5b6
Reverse constification of Argv functions.  After cascading through all
the CLI functions we hit the fact that the evbuffer functions in libevent
are not properly constified.

It's better to deconst the error messages and just "let it be known" that
argv[0] is const (or NULL).

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@110 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/include/cli_priv.h
varnish-cache/include/libvarnish.h
varnish-cache/lib/libvarnish/argv.c
varnish-cache/lib/libvarnish/cli.c