]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
This patch changes the apr_table_elts macro so that it provides
authorIan Holsman <ianh@apache.org>
Sun, 11 Nov 2001 22:31:04 +0000 (22:31 +0000)
committerIan Holsman <ianh@apache.org>
Sun, 11 Nov 2001 22:31:04 +0000 (22:31 +0000)
commiteea38d7c2e697c81fb07badb48a473402f0aa65d
treef28cb48e0650196fe4ed48177da4b7baa89dc893
parent911ad32b82d9856ecd37cf2306dd2650b4d330d2
This patch changes the apr_table_elts macro so that it provides
access to the internals of an apr_table_t via a const pointer
instead of the current non-const pointer.

Submitted by: Brian Pane <BPane@pacbell.net>
Reviewed by: Ian Holsman

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91860 13f79535-47bb-0310-9956-ffa450edef68
modules/arch/win32/mod_isapi.c
modules/dav/main/mod_dav.c
modules/filters/mod_include.c
modules/generators/mod_cgi.c
modules/generators/mod_cgid.c
modules/http/http_request.c
modules/mappers/mod_rewrite.c
modules/metadata/mod_env.c
modules/metadata/mod_setenvif.c
modules/proxy/proxy_http.c
server/util_script.c