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_userdir.c | |
parent | 36c2c9520cdf4e725d0597eaa28c350087f1d3c0 (diff) | |
download | lighttpd-8bc3f8767c4f4f4687d085405db60df79686521d.tar.gz |
Imported Upstream version 1.4.23upstream/1.4.23
Diffstat (limited to 'src/mod_userdir.c')
-rw-r--r-- | src/mod_userdir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_userdir.c b/src/mod_userdir.c index 7ac5cc1..ebdabc7 100644 --- a/src/mod_userdir.c +++ b/src/mod_userdir.c @@ -314,6 +314,7 @@ URIHANDLER_FUNC(mod_userdir_docroot_handler) { /* this function is called at dlopen() time and inits the callbacks */ +int mod_userdir_plugin_init(plugin *p); int mod_userdir_plugin_init(plugin *p) { p->version = LIGHTTPD_VERSION_ID; p->name = buffer_init_string("userdir"); |