You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by fu...@apache.org on 2010/10/01 04:27:49 UTC

svn commit: r1003361 - /apr/apr-util/branches/1.3.x/include/apr_memcache.h

Author: fuankg
Date: Fri Oct  1 02:27:48 2010
New Revision: 1003361

URL: http://svn.apache.org/viewvc?rev=1003361&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.3.x/include/apr_memcache.h

Modified: apr/apr-util/branches/1.3.x/include/apr_memcache.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.3.x/include/apr_memcache.h?rev=1003361&r1=1003360&r2=1003361&view=diff
==============================================================================
--- apr/apr-util/branches/1.3.x/include/apr_memcache.h (original)
+++ apr/apr-util/branches/1.3.x/include/apr_memcache.h Fri Oct  1 02:27:48 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