Commit 2223ff49 authored by Martin Blix Grydeland's avatar Martin Blix Grydeland

Fix prototype match

parent 55e253fd
...@@ -249,7 +249,7 @@ priv_vcl_free(void *priv) ...@@ -249,7 +249,7 @@ priv_vcl_free(void *priv)
AZ(priv_vcl); AZ(priv_vcl);
} }
int __match_proto__(vmod_init_f) int __match_proto__(vmod_event_f)
event_function(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e) event_function(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e)
{ {
struct priv_vcl *priv_vcl; struct priv_vcl *priv_vcl;
......
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