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

Flexelinting

parent a67a9d56
#!/bin/sh
FLOPS='
-I../../bin/varnishd
*.c
'
. ../../tools/flint_skel.sh
......@@ -146,7 +146,7 @@ vmod_parse(VRT_CTX, struct vmod_priv *priv, VCL_STRING cookieheader)
}
static struct cookie *
find_cookie(struct vmod_cookie *vcp, VCL_STRING name)
find_cookie(const struct vmod_cookie *vcp, VCL_STRING name)
{
struct cookie *cookie;
......
#!/bin/sh
FLOPS='
-I../../bin/varnishd
*.c
'
. ../../tools/flint_skel.sh
#!/bin/sh
FLOPS='
-I../../bin/varnishd
*.c
'
. ../../tools/flint_skel.sh
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