Return-Path: Delivered-To: apmail-apr-commits-archive@www.apache.org Received: (qmail 43771 invoked from network); 1 Oct 2010 03:00:15 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Oct 2010 03:00:15 -0000 Received: (qmail 24729 invoked by uid 500); 1 Oct 2010 03:00:14 -0000 Delivered-To: apmail-apr-commits-archive@apr.apache.org Received: (qmail 24693 invoked by uid 500); 1 Oct 2010 03:00:13 -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 24685 invoked by uid 99); 1 Oct 2010 03:00:13 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 03:00:13 +0000 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.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Oct 2010 03:00:11 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 518C823889EA; Fri, 1 Oct 2010 02:59:50 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1003367 - /apr/apr-util/branches/1.4.x/include/apr_memcache.h Date: Fri, 01 Oct 2010 02:59:50 -0000 To: commits@apr.apache.org From: fuankg@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101001025950.518C823889EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: fuankg Date: Fri Oct 1 02:59:49 2010 New Revision: 1003367 URL: http://svn.apache.org/viewvc?rev=1003367&view=rev Log: Fixed formatting. Function name MUST be in same line as APU_DECLARE or else export awk script fails to pickup symbol. Modified: apr/apr-util/branches/1.4.x/include/apr_memcache.h Modified: apr/apr-util/branches/1.4.x/include/apr_memcache.h URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/include/apr_memcache.h?rev=1003367&r1=1003366&r2=1003367&view=diff ============================================================================== --- apr/apr-util/branches/1.4.x/include/apr_memcache.h (original) +++ apr/apr-util/branches/1.4.x/include/apr_memcache.h Fri Oct 1 02:59:49 2010 @@ -151,16 +151,15 @@ APU_DECLARE(apr_uint32_t) apr_memcache_h * @return server that controls specified hash * @see apr_memcache_hash */ -APU_DECLARE(apr_memcache_server_t *) apr_memcache_find_server_hash(apr_memcache_t *mc, +APU_DECLARE(apr_memcache_server_t *) apr_memcache_find_server_hash(apr_memcache_t *mc, const apr_uint32_t hash); /** * server selection compatible with the standard Perl Client. */ -APU_DECLARE(apr_memcache_server_t *) -apr_memcache_find_server_hash_default(void *baton, - apr_memcache_t *mc, - const apr_uint32_t hash); +APU_DECLARE(apr_memcache_server_t *) apr_memcache_find_server_hash_default(void *baton, + apr_memcache_t *mc, + const apr_uint32_t hash); /** * Adds a server to a client object