summaryrefslogtreecommitdiff
path: root/src/mod_setenv.c
diff options
context:
space:
mode:
authorArno Töll <arno@debian.org>2012-11-21 23:03:53 +0100
committerArno Töll <arno@debian.org>2012-11-21 23:03:53 +0100
commit8bc3f8767c4f4f4687d085405db60df79686521d (patch)
treea9d381d04e6af3c516540934cc0073c15c928749 /src/mod_setenv.c
parent36c2c9520cdf4e725d0597eaa28c350087f1d3c0 (diff)
downloadlighttpd-8bc3f8767c4f4f4687d085405db60df79686521d.tar.gz
Imported Upstream version 1.4.23upstream/1.4.23
Diffstat (limited to 'src/mod_setenv.c')
-rw-r--r--src/mod_setenv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_setenv.c b/src/mod_setenv.c
index 88ce45a..a072466 100644
--- a/src/mod_setenv.c
+++ b/src/mod_setenv.c
@@ -230,6 +230,7 @@ REQUESTDONE_FUNC(mod_setenv_reset) {
/* this function is called at dlopen() time and inits the callbacks */
+int mod_setenv_plugin_init(plugin *p);
int mod_setenv_plugin_init(plugin *p) {
p->version = LIGHTTPD_VERSION_ID;
p->name = buffer_init_string("setenv");