diff options
| author | Arno Töll <arno@debian.org> | 2012-11-21 23:03:53 +0100 |
|---|---|---|
| committer | Arno Töll <arno@debian.org> | 2012-11-21 23:03:53 +0100 |
| commit | 8bc3f8767c4f4f4687d085405db60df79686521d (patch) | |
| tree | a9d381d04e6af3c516540934cc0073c15c928749 /src/mod_setenv.c | |
| parent | 36c2c9520cdf4e725d0597eaa28c350087f1d3c0 (diff) | |
| download | lighttpd-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.c | 1 |
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"); |
