]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Something got deleted from the module structure.
authorBen Laurie <ben@apache.org>
Sun, 6 May 2001 17:34:38 +0000 (17:34 +0000)
committerBen Laurie <ben@apache.org>
Sun, 6 May 2001 17:34:38 +0000 (17:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89039 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/mod_case_filter.c

index bb59985ae4109aa25ef4a10863751221423dc2cb..6db1cbc588ada8ecde904e1cd3bb7c578e2ecf12 100644 (file)
@@ -7,6 +7,8 @@
 #include "apr_buckets.h"
 #include "http_request.h"
 
+#include <ctype.h>
+
 static const char s_szCaseFilterName[]="CaseFilter";
 module case_filter_module;
 
@@ -108,6 +110,5 @@ module case_filter_module =
     CaseFilterCreateServerConfig,
     NULL,
     CaseFilterCmds,
-    NULL,
     CaseFilterRegisterHooks
 };