]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Add the ability to register filters. This commit introduces a warning
authorRyan Bloom <rbb@apache.org>
Fri, 28 Jul 2000 20:31:02 +0000 (20:31 +0000)
committerRyan Bloom <rbb@apache.org>
Fri, 28 Jul 2000 20:31:02 +0000 (20:31 +0000)
commitf89738e6b66e45d7f8a396e8b1652bf6ca529a60
treedee656158e4d71572fd436b98cbabc49416a20fc
parentc90431e69c8622a9c9d010285e67fe05a33cf351
Add the ability to register filters.  This commit introduces a warning
into the build.  This warning will be removed automatically, as soon as
we decide on a prototype for the function causing the warning.  That
decision is tied to which filtering mechanism we decide on.
Submitted by: Ryan Bloom and Greg Stein

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85926 13f79535-47bb-0310-9956-ffa450edef68
include/httpd.h
include/util_filter.h [new file with mode: 0644]
modules/http/http_protocol.c
modules/http/http_request.c
server/Makefile.in
server/util_filter.c [new file with mode: 0644]