Commit 88099bb1 authored by Nils Goroll's avatar Nils Goroll

get rid of the match_proto's.

"The VMODs in the Varnish distribution use them because they
 lint the output of varnishd -C, we won't bother."
	-- Geoff Simmons <geoff@uplex.de> in vmod_re
parent 06641634
Pipeline #415 skipped
......@@ -77,7 +77,7 @@ tweak_ws(dcs_ctx *ctx)
}
#if VARNISH_MAJMIN >= 41
int __match_proto__(vmod_event_f)
int
vmod_event(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e)
{
(void)priv;
......
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