diff options
Diffstat (limited to 'src/mod_indexfile.c')
| -rw-r--r-- | src/mod_indexfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_indexfile.c b/src/mod_indexfile.c index 36b9e45..d133474 100644 --- a/src/mod_indexfile.c +++ b/src/mod_indexfile.c @@ -206,6 +206,7 @@ URIHANDLER_FUNC(mod_indexfile_subrequest) { /* this function is called at dlopen() time and inits the callbacks */ +int mod_indexfile_plugin_init(plugin *p); int mod_indexfile_plugin_init(plugin *p) { p->version = LIGHTTPD_VERSION_ID; p->name = buffer_init_string("indexfile"); |
