Commit 3a046464 authored by Nils Goroll's avatar Nils Goroll

use VRT_CTX

parent 680baec9
......@@ -64,7 +64,7 @@ vmod_info(VRT_CTX)
}
VCL_STRING
vmod_hello(const struct vrt_ctx *ctx, VCL_STRING name)
vmod_hello(VRT_CTX, VCL_STRING name)
{
char *p;
unsigned u, v;
......
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