author | Sergey Poznyakoff <gray@gnu.org.ua> | 2020-03-03 06:36:17 (GMT) |
---|---|---|
committer | Sergey Poznyakoff <gray@gnu.org.ua> | 2020-03-03 06:36:17 (GMT) |
commit | 347da6028be9ae8ea1b5ac0a82ad7783780e6782 (patch) (side-by-side diff) | |
tree | 890e1fd873761955821f07c78b68888505001b28 /src/vmod_dict.c | |
parent | 5b18b9c1e8d0e0ad14937669a931a1a358e65091 (diff) | |
download | vmod-dict-347da6028be9ae8ea1b5ac0a82ad7783780e6782.tar.gz vmod-dict-347da6028be9ae8ea1b5ac0a82ad7783780e6782.tar.bz2 |
Support for Varnish 6.3.1v1.3
-rw-r--r-- | src/vmod_dict.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vmod_dict.c b/src/vmod_dict.c index f9114d1..81f35e2 100644 --- a/src/vmod_dict.c +++ b/src/vmod_dict.c @@ -1,5 +1,5 @@ /* This file is part of vmod_dict. - Copyright (C) 2017-2018 Sergey Poznyakoff + Copyright (C) 2017-2020 Sergey Poznyakoff Vmod_dict is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -374,7 +374,7 @@ fill_table(void) } int -dict_event(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e) +vmod_dict_event(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e) { switch (e) { case VCL_EVENT_LOAD: |