From 837d08b5f5606b808c7d38cc7726312f7f49ffb0 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Sun, 21 Jul 2002 03:28:51 +0000 Subject: [PATCH] Cut-n-paste error git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96135 13f79535-47bb-0310-9956-ffa450edef68 --- include/ap_regkey.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/ap_regkey.h b/include/ap_regkey.h index 4b9c7bc52a..c8d66e24f3 100644 --- a/include/ap_regkey.h +++ b/include/ap_regkey.h @@ -118,10 +118,6 @@ AP_DECLARE(const ap_regkey_t *) ap_regkey_const(int i); * 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, -- 2.50.1