aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/vmod_dict.c4
-rw-r--r--src/vmod_dict.vcc2
2 files changed, 3 insertions, 3 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:
diff --git a/src/vmod_dict.vcc b/src/vmod_dict.vcc
index 5e80a02..c5599a0 100644
--- a/src/vmod_dict.vcc
+++ b/src/vmod_dict.vcc
@@ -1,4 +1,4 @@
-$Module dict 3 Dictionary look-up for Varnish Cache
+$Module dict 3 "Dictionary look-up for Varnish Cache"
DESCRIPTION
===========

Return to:

Send suggestions and report system problems to the System administrator.