svn commit: r1920354 - in /apr/apr-util/branches/1.7.x: include/apr_ldap_common.h ldap/apr_ldap_stub.c

[email protected]
Newsgroups gmane.comp.apache.apr.cvs
Message-ID <[email protected]>
Author: ivan
Date: Sun Sep  1 15:56:14 2024
New Revision: 1920354

URL: http://svn.apache.org/viewvc?rev=1920354&view=rev
Log:
Follow-up to r1919997: Use APU_DECLARE instead of APR_DECLARE for APU LDAP API.

Modified:
    apr/apr-util/branches/1.7.x/include/apr_ldap_common.h
    apr/apr-util/branches/1.7.x/ldap/apr_ldap_stub.c

Modified: apr/apr-util/branches/1.7.x/include/apr_ldap_common.h
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/include/apr_ldap_common.h?rev=1920354&r1=1920353&r2=1920354&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/include/apr_ldap_common.h (original)
+++ apr/apr-util/branches/1.7.x/include/apr_ldap_common.h Sun Sep  1 15:56:14 2024
@@ -151,7 +151,7 @@ typedef struct apr_ldap_driver_t apr_lda
  *  @return APR_EDSOOPEN if DSO driver file can't be opened
  *  @return APR_ESYMNOTFOUND if the driver file doesn't contain a driver
  */
-APR_DECLARE(apr_status_t) apr_ldap_get_driver(apr_pool_t *pool,
+APU_DECLARE(apr_status_t) apr_ldap_get_driver(apr_pool_t *pool,
                                               const apr_ldap_driver_t **driver,
                                               apu_err_t *err)
                                               __attribute__((nonnull(1)));

Modified: apr/apr-util/branches/1.7.x/ldap/apr_ldap_stub.c
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/ldap/apr_ldap_stub.c?rev=1920354&r1=1920353&r2=1920354&view=diff
==============================================================================
--- apr/apr-util/branches/1.7.x/ldap/apr_ldap_stub.c (original)
+++ apr/apr-util/branches/1.7.x/ldap/apr_ldap_stub.c Sun Sep  1 15:56:14 2024
@@ -99,7 +99,7 @@ static apr_status_t load_ldap(apr_pool_t
     if (!lfn) \
         return failres;
 
-APR_DECLARE(apr_status_t) apr_ldap_get_driver(apr_pool_t *pool,
+APU_DECLARE(apr_status_t) apr_ldap_get_driver(apr_pool_t *pool,
                                               const apr_ldap_driver_t **driver,
                                               apu_err_t *err)
 {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.