You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by mt...@apache.org on 2011/12/07 09:32:03 UTC

svn commit: r1211330 - /apr/apr-util/branches/1.4.x/include/apr_crypto.h

Author: mturk
Date: Wed Dec  7 08:32:03 2011
New Revision: 1211330

URL: http://svn.apache.org/viewvc?rev=1211330&view=rev
Log:
Fix the prototype as well

Modified:
    apr/apr-util/branches/1.4.x/include/apr_crypto.h

Modified: apr/apr-util/branches/1.4.x/include/apr_crypto.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.4.x/include/apr_crypto.h?rev=1211330&r1=1211329&r2=1211330&view=diff
==============================================================================
--- apr/apr-util/branches/1.4.x/include/apr_crypto.h (original)
+++ apr/apr-util/branches/1.4.x/include/apr_crypto.h Wed Dec  7 08:32:03 2011
@@ -139,7 +139,7 @@ APU_DECLARE(apr_status_t) apr_crypto_ini
  * @param buffer - buffer to zero out
  * @param size - size of the buffer to zero out
  */
-APR_DECLARE(apr_status_t) apr_crypto_clear(apr_pool_t *pool, void *buffer,
+APU_DECLARE(apr_status_t) apr_crypto_clear(apr_pool_t *pool, void *buffer,
         apr_size_t size);
 
 /**