aboutsummaryrefslogtreecommitdiff
path: root/src/tbf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tbf.c')
-rw-r--r--src/tbf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tbf.c b/src/tbf.c
index 3aefad6..f1d0878 100644
--- a/src/tbf.c
+++ b/src/tbf.c
@@ -1,5 +1,5 @@
/* This file is part of vmod-tbf
- Copyright (C) 2013-2016 Sergey Poznyakoff
+ Copyright (C) 2013-2020 Sergey Poznyakoff
Vmod-tbf is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -846,7 +846,7 @@ tbf_exit(void)
}
int
-tbf_event(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e)
+vmod_tbf_event(VRT_CTX, struct vmod_priv *priv, enum vcl_event_e e)
{
switch (e) {
case VCL_EVENT_LOAD:

Return to:

Send suggestions and report system problems to the System administrator.