From: Ben Laurie Date: Sun, 6 May 2001 17:34:38 +0000 (+0000) Subject: Something got deleted from the module structure. X-Git-Tag: 2.0.18~74 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a8c521cf1e9897c6041988d001f31ca7d6b77a7d;p=thirdparty%2Fapache%2Fhttpd.git Something got deleted from the module structure. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89039 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_case_filter.c b/modules/experimental/mod_case_filter.c index bb59985ae41..6db1cbc588a 100644 --- a/modules/experimental/mod_case_filter.c +++ b/modules/experimental/mod_case_filter.c @@ -7,6 +7,8 @@ #include "apr_buckets.h" #include "http_request.h" +#include + static const char s_szCaseFilterName[]="CaseFilter"; module case_filter_module; @@ -108,6 +110,5 @@ module case_filter_module = CaseFilterCreateServerConfig, NULL, CaseFilterCmds, - NULL, CaseFilterRegisterHooks };