]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
First patch to re-order function parameters. This one gets the low hanging
authorRyan Bloom <rbb@apache.org>
Mon, 4 Oct 1999 16:38:16 +0000 (16:38 +0000)
committerRyan Bloom <rbb@apache.org>
Mon, 4 Oct 1999 16:38:16 +0000 (16:38 +0000)
commit2b361ec5572a99e4ca17f1bcb6b2872d1a6b63e0
treedcf05e1957076a4525835e0b852eea1e2bd14a32
parentfe8b49c37947ee86689e4c1710c239cfe4527d59
First patch to re-order function parameters.  This one gets the low hanging
fruit, and moves most of the result parameters to the first argument.
Future patches in this series will move the rest of the result parameters
to the beginning of the list, and will move the context's to the end of the
list

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83927 13f79535-47bb-0310-9956-ffa450edef68
18 files changed:
modules/aaa/mod_auth.c
modules/generators/mod_asis.c
modules/generators/mod_autoindex.c
modules/http/http_core.c
modules/http/http_protocol.c
modules/http/http_request.c
modules/loggers/mod_log_config.c
modules/mappers/mod_negotiation.c
server/config.c
server/listen.c
server/log.c
server/main.c
server/mpm/dexter/dexter.c
server/mpm/mpmt_pthread/mpmt_pthread.c
server/mpm/prefork/prefork.c
server/rfc1413.c
server/util.c
server/util_script.c