diff options
author | Joe Orton <jorton@apache.org> | 2004-12-15 12:58:18 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2004-12-15 12:58:18 +0100 |
commit | 0ad30713dc65e9634e3c9c175880b1b2f3a3126e (patch) | |
tree | 2be54a38fef3966aa642fd8b34acb818858d3148 /include/http_config.h | |
parent | Close paren. (diff) | |
download | apache2-0ad30713dc65e9634e3c9c175880b1b2f3a3126e.tar.xz apache2-0ad30713dc65e9634e3c9c175880b1b2f3a3126e.zip |
* include/http_config.h: Add missing parameter name.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111964 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | include/http_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/http_config.h b/include/http_config.h index 25aa4461ce..23b2179957 100644 --- a/include/http_config.h +++ b/include/http_config.h @@ -872,7 +872,7 @@ AP_CORE_DECLARE(int) ap_parse_htaccess(ap_conf_vector_t **result, AP_CORE_DECLARE(const char *) ap_init_virtual_host(apr_pool_t *p, const char *hostname, server_rec *main_server, - server_rec **); + server_rec **ps); /** * Process the config file for Apache |