Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 62095 invoked by uid 500); 22 Feb 2001 08:17:42 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 62084 invoked by uid 500); 22 Feb 2001 08:17:42 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 22 Feb 2001 08:17:41 -0000 Message-ID: <20010222081741.62080.qmail@apache.org> From: dougm@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/include http_config.h dougm 01/02/22 00:17:41 Modified: include http_config.h Log: server_rec* -> server_rec * (sorry for nit, C::Scan made me doit) Revision Changes Path 1.68 +1 -1 httpd-2.0/include/http_config.h Index: http_config.h =================================================================== RCS file: /home/cvs/httpd-2.0/include/http_config.h,v retrieving revision 1.67 retrieving revision 1.68 diff -u -r1.67 -r1.68 --- http_config.h 2001/02/22 08:15:49 1.67 +++ http_config.h 2001/02/22 08:17:41 1.68 @@ -789,7 +789,7 @@ * @return The setup server_rec list. * @deffunc server_rec *ap_read_config(process_rec *process, apr_pool_t *temp_pool, const char *config_name, ap_directive_t **conftree) */ -AP_DECLARE(server_rec*) ap_read_config(process_rec *process, apr_pool_t *temp_pool, const char *config_name, ap_directive_t **conftree); +AP_DECLARE(server_rec *) ap_read_config(process_rec *process, apr_pool_t *temp_pool, const char *config_name, ap_directive_t **conftree); /** * Run all post config hooks for loaded modules.