flexelint 1bb782cb

parent 59db991b
......@@ -61,7 +61,7 @@ static const struct vclstate VCL_STATE_LABEL[1] = {{ "label" }};
static unsigned vcl_count;
struct vclproghead vclhead = VTAILQ_HEAD_INITIALIZER(vclhead);
struct vclproghead discardhead = VTAILQ_HEAD_INITIALIZER(discardhead);
static struct vclproghead discardhead = VTAILQ_HEAD_INITIALIZER(discardhead);
struct vmodfilehead vmodhead = VTAILQ_HEAD_INITIALIZER(vmodhead);
static struct vclprog *active_vcl;
static struct vev *e_poker;
......
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