]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
*) Introduce "ap_conf_vector_t" type to assist with legibility and provide
authorGreg Stein <gstein@apache.org>
Sun, 18 Feb 2001 02:58:53 +0000 (02:58 +0000)
committerGreg Stein <gstein@apache.org>
Sun, 18 Feb 2001 02:58:53 +0000 (02:58 +0000)
commitdd9b08e32169354e347fd4940733b805bc507c6c
tree08e866790b10ceb6b78c24213f2cd453507f093a
parent19d4d315ef747f6ae7b945b524a4e7af378f8b4d
*) Introduce "ap_conf_vector_t" type to assist with legibility and provide
   some type safety. (unfortunately, our old "void*" is type-safe with the
   new one, but over time we should be better)

*) Propagate the new type to all appropriate functions.

*) Random cleaning, whitespace, stylistic nits.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88225 13f79535-47bb-0310-9956-ffa450edef68
16 files changed:
include/http_config.h
include/http_protocol.h
include/httpd.h
modules/aaa/mod_auth_digest.c
modules/generators/mod_cgi.c
modules/generators/mod_cgid.c
modules/http/http_core.c
modules/http/http_request.c
modules/mappers/mod_alias.c
modules/mappers/mod_negotiation.c
modules/mappers/mod_rewrite.c
modules/mappers/mod_userdir.c
modules/metadata/mod_env.c
modules/metadata/mod_headers.c
server/config.c
server/util_debug.c