Disambiguate type/argument name

parent 16370c6a
......@@ -166,11 +166,11 @@ vmod_parser__fini(struct vmod_frozen_parser **vfpap)
VCL_VOID
vmod_parser_expect(VRT_CTX,
struct vmod_frozen_parser *vfpa, VCL_STRING path, VCL_ENUM type_s,
struct vmod_frozen_parser *vfpa, VCL_STRING path, VCL_ENUM type_arg,
VCL_BOOL null, VCL_BOOL required)
{
struct vmod_frozen_expect *vfex;
enum type_e type = type_parse(type_s);
enum type_e type = type_parse(type_arg);
struct vmod_priv *task;
unsigned n;
......
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