Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 15630 invoked by uid 500); 21 Jul 2002 03:28:52 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 15619 invoked by uid 500); 21 Jul 2002 03:28:52 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 21 Jul 2002 03:28:51 -0000 Message-ID: <20020721032851.11435.qmail@icarus.apache.org> From: wrowe@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/include ap_regkey.h X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 2002/07/20 20:28:51 Modified: include ap_regkey.h Log: Cut-n-paste error Revision Changes Path 1.4 +0 -4 httpd-2.0/include/ap_regkey.h Index: ap_regkey.h =================================================================== RCS file: /home/cvs/httpd-2.0/include/ap_regkey.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- ap_regkey.h 11 Jul 2002 19:57:02 -0000 1.3 +++ ap_regkey.h 21 Jul 2002 03:28:51 -0000 1.4 @@ -118,10 +118,6 @@ * APR_EXCL return error if APR_CREATE and key exists * * @param pool The pool in which newkey is allocated - * @ingroup apr_file_open - * @remark If perm is APR_OS_DEFAULT and the file is being created, appropriate - * default permissions will be used. *arg1 must point to a valid file_t, - * or NULL (in which case it will be allocated) */ AP_DECLARE(apr_status_t) ap_regkey_open(ap_regkey_t **newkey, const ap_regkey_t *parentkey,