Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 3076 invoked from network); 12 Apr 2008 13:42:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Apr 2008 13:42:57 -0000 Received: (qmail 40958 invoked by uid 500); 12 Apr 2008 13:42:58 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 40928 invoked by uid 500); 12 Apr 2008 13:42:58 -0000 Mailing-List: contact commits-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: dev@apr.apache.org List-Id: Delivered-To: mailing list commits@apr.apache.org Received: (qmail 40917 invoked by uid 99); 12 Apr 2008 13:42:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Apr 2008 06:42:58 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Apr 2008 13:42:14 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id C625C1A9832; Sat, 12 Apr 2008 06:42:34 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r647448 - /apr/apr/trunk/include/apr_pools.h Date: Sat, 12 Apr 2008 13:42:34 -0000 To: commits@apr.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080412134234.C625C1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: mturk Date: Sat Apr 12 06:42:33 2008 New Revision: 647448 URL: http://svn.apache.org/viewvc?rev=647448&view=rev Log: Fix typo for r647384 Modified: apr/apr/trunk/include/apr_pools.h Modified: apr/apr/trunk/include/apr_pools.h URL: http://svn.apache.org/viewvc/apr/apr/trunk/include/apr_pools.h?rev=647448&r1=647447&r2=647448&view=diff ============================================================================== --- apr/apr/trunk/include/apr_pools.h (original) +++ apr/apr/trunk/include/apr_pools.h Sat Apr 12 06:42:33 2008 @@ -276,7 +276,7 @@ * apr_pool_create_core_ex in a wrapper, trust the macro * and don't call apr_pool_create_core_ex_debug directly. */ -APR_DECLARE(apr_status_t) apr_pool_create_ex_core_debug(apr_pool_t **newpool, +APR_DECLARE(apr_status_t) apr_pool_create_core_ex_debug(apr_pool_t **newpool, apr_abortfunc_t abort_fn, apr_allocator_t *allocator, const char *file_line);