From: Joe Orton Date: Wed, 15 Dec 2004 11:58:18 +0000 (+0000) Subject: * include/http_config.h: Add missing parameter name. X-Git-Tag: 2.1.3~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ad30713dc65e9634e3c9c175880b1b2f3a3126e;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- diff --git a/include/http_config.h b/include/http_config.h index 25aa4461ce6..23b2179957c 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