Skip to content

Commit

Permalink
Follow-up to r1919997: Use APU_DECLARE instead of APR_DECLARE for APU…
Browse files Browse the repository at this point in the history
… LDAP API.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr-util/branches/1.7.x@1920354 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 1, 2024
1 parent ad9f6a8 commit 6f82eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/apr_ldap_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ typedef struct apr_ldap_driver_t apr_ldap_driver_t;
* @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)));
Expand Down
2 changes: 1 addition & 1 deletion ldap/apr_ldap_stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ static apr_status_t load_ldap(apr_pool_t *pool, const apr_ldap_driver_t **driver
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)
{
Expand Down

0 comments on commit 6f82eac

Please sign in to comment.