diff options
author | Krzysztof Krzyżaniak <eloy@debian.org> | 2009-07-09 09:32:39 +0000 |
---|---|---|
committer | Krzysztof Krzyżaniak <eloy@debian.org> | 2009-07-09 09:32:39 +0000 |
commit | 165fcdf7e029cff7b239ceafffb6e702971cc08d (patch) | |
tree | 7907d5324b24a6ad805a097842ab1f5872668fe4 /src/mod_cml.c | |
parent | 54467944a53e9a27e9036eae6761671c6f3eb071 (diff) | |
download | lighttpd-165fcdf7e029cff7b239ceafffb6e702971cc08d.tar.gz |
new upstream version
Diffstat (limited to 'src/mod_cml.c')
-rw-r--r-- | src/mod_cml.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mod_cml.c b/src/mod_cml.c index 2221368..03e264c 100644 --- a/src/mod_cml.c +++ b/src/mod_cml.c @@ -178,7 +178,7 @@ static int mod_cml_patch_connection(server *srv, connection *con, plugin_data *p } #undef PATCH -int cache_call_lua(server *srv, connection *con, plugin_data *p, buffer *cml_file) { +static int cache_call_lua(server *srv, connection *con, plugin_data *p, buffer *cml_file) { buffer *b; char *c; @@ -305,6 +305,7 @@ URIHANDLER_FUNC(mod_cml_is_handled) { } } +int mod_cml_plugin_init(plugin *p); int mod_cml_plugin_init(plugin *p) { p->version = LIGHTTPD_VERSION_ID; p->name = buffer_init_string("cache"); |