summaryrefslogtreecommitdiff
path: root/src/mod_cml.c
diff options
context:
space:
mode:
authorKrzysztof Krzyżaniak <eloy@debian.org>2009-07-09 09:32:39 +0000
committerKrzysztof Krzyżaniak <eloy@debian.org>2009-07-09 09:32:39 +0000
commit165fcdf7e029cff7b239ceafffb6e702971cc08d (patch)
tree7907d5324b24a6ad805a097842ab1f5872668fe4 /src/mod_cml.c
parent54467944a53e9a27e9036eae6761671c6f3eb071 (diff)
downloadlighttpd-165fcdf7e029cff7b239ceafffb6e702971cc08d.tar.gz
new upstream version
Diffstat (limited to 'src/mod_cml.c')
-rw-r--r--src/mod_cml.c3
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");