]> err.no Git - varnish/commit
Split the parsing of actions into a separate file, this is the bit
authorphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 1 Apr 2007 08:37:52 +0000 (08:37 +0000)
committerphk <phk@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Sun, 1 Apr 2007 08:37:52 +0000 (08:37 +0000)
commitb1d88741452f0ed3cf66e6eb5c0b6f9641701672
treecd2588bfa6dc616574a6abb833c87d942f6157c9
parentadc689e48a83869ff7e737722d256922afd47adc
Split the parsing of actions into a separate file, this is the bit
I expect to grow the most in the near future and all actions have
a lot more in common, than they have with conditionals etc.

Apply more vcc_ prefixes.

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@1296 d4fa192b-c00b-0410-8231-f00ffab90ce4
varnish-cache/lib/libvcl/Makefile.am
varnish-cache/lib/libvcl/vcc_acl.c
varnish-cache/lib/libvcl/vcc_action.c [new file with mode: 0644]
varnish-cache/lib/libvcl/vcc_compile.h
varnish-cache/lib/libvcl/vcc_parse.c