aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2020-03-03 08:55:40 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2020-03-03 08:57:29 +0200
commitbe960ccd030ba4091338604e7d6b1b120ab2da7c (patch)
tree513f353154c97c095c0d1659ed3c31acf185c84c /src
parent45f329477f5bc8b2259cf11b489095ac94b0a813 (diff)
downloadvmod-dbrw-be960ccd030ba4091338604e7d6b1b120ab2da7c.tar.gz
vmod-dbrw-be960ccd030ba4091338604e7d6b1b120ab2da7c.tar.bz2
Support for Varnish 6.3.1v2.6
Diffstat (limited to 'src')
-rw-r--r--src/vmod_dbrw.c4
-rw-r--r--src/vmod_dbrw.vcc4
2 files changed, 4 insertions, 4 deletions
diff --git a/src/vmod_dbrw.c b/src/vmod_dbrw.c
index beeb9af..4f48113 100644
--- a/src/vmod_dbrw.c
+++ b/src/vmod_dbrw.c
@@ -1,5 +1,5 @@
/* This file is part of vmod-dbrw
- Copyright (C) 2013-2019 Sergey Poznyakoff
+ Copyright (C) 2013-2020 Sergey Poznyakoff
Vmod-dbrw is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -121,7 +121,7 @@ disconnect(void)
}
int
-dbrw_event(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e)
+vmod_dbrw_event(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e)
{
switch (e) {
case VCL_EVENT_LOAD:
diff --git a/src/vmod_dbrw.vcc b/src/vmod_dbrw.vcc
index 9a15af1..479ca66 100644
--- a/src/vmod_dbrw.vcc
+++ b/src/vmod_dbrw.vcc
@@ -1,5 +1,5 @@
# This file is part of vmod-dbrw
-# Copyright (C) 2013-2016 Sergey Poznyakoff
+# Copyright (C) 2013-2020 Sergey Poznyakoff
#
# Vmod-dbrw is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License
# along with vmod-dbrw. If not, see <http://www.gnu.org/licenses/>.
-$Module dbrw 3 Database-driven rewrite rules for Varnish Cache
+$Module dbrw 3 "Database-driven rewrite rules for Varnish Cache"
COLOPHON
========

Return to:

Send suggestions and report system problems to the System administrator.