diff options
author | Stefan Bühler <stbuehler@web.de> | 2009-03-07 21:05:37 +0000 |
---|---|---|
committer | Stefan Bühler <stbuehler@web.de> | 2009-03-07 21:05:37 +0000 |
commit | 63f785a2f88f3486fa290372368cff318a76d459 (patch) | |
tree | 77d2848c75cb92f478d11787b3f76631f6a14c76 /src/mod_evasive.c | |
parent | c60b60e7f0afb5178b5ef3a5126db498a990134f (diff) | |
download | lighttpd-git-63f785a2f88f3486fa290372368cff318a76d459.tar.gz |
Added some extra warning options in cmake and fix the resulting warnings (unused/static functions)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2414 152afb58-edef-0310-8abb-c4023f1b3aa9
Diffstat (limited to 'src/mod_evasive.c')
-rw-r--r-- | src/mod_evasive.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mod_evasive.c b/src/mod_evasive.c index 29707113..3d12cbfc 100644 --- a/src/mod_evasive.c +++ b/src/mod_evasive.c @@ -186,6 +186,7 @@ URIHANDLER_FUNC(mod_evasive_uri_handler) { } +int mod_evasive_plugin_init(plugin *p); int mod_evasive_plugin_init(plugin *p) { p->version = LIGHTTPD_VERSION_ID; p->name = buffer_init_string("evasive"); |