aboutsummaryrefslogtreecommitdiff
path: root/src/vmod_dict.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vmod_dict.c')
-rw-r--r--src/vmod_dict.c10
1 files changed, 9 insertions, 1 deletions
diff --git a/src/vmod_dict.c b/src/vmod_dict.c
index 81f35e2..8c1e230 100644
--- a/src/vmod_dict.c
+++ b/src/vmod_dict.c
@@ -34,2 +34,10 @@
#endif
+
+#ifdef VPFX
+# define VEVENT(a) VPFX(a)
+#else
+/* For compatibility with varnish prior to 6.2 */
+# define VEVENT(a) a
+#endif
+
#include <vas.h>
@@ -376,3 +384,3 @@ fill_table(void)
int
-vmod_dict_event(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e)
+VEVENT(dict_event)(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e)
{

Return to:

Send suggestions and report system problems to the System administrator.