]> granicus.if.org Git - apache/commitdiff
Fix a declaration mismatch. We are down to const'ness errors.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 12 Dec 2002 07:15:51 +0000 (07:15 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 12 Dec 2002 07:15:51 +0000 (07:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97892 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/util_ldap.c

index 06f7d85f91332494923c52542cb0a6ee345a8787..102431248d5f5b8b388fcf7535a6dde25521a51e 100644 (file)
@@ -205,7 +205,7 @@ LDAP_DECLARE(void) util_ldap_connection_close(util_ldap_connection_t *ldc)
  * with the pool cleanup function - causing the LDAP connections to be
  * shut down cleanly on graceful restart.
  */
-LDAP_DECLARE(apr_status_t) util_ldap_connection_destroy(void *param)
+LDAP_DECLARE_NONSTD(apr_status_t) util_ldap_connection_destroy(void *param)
 {
     util_ldap_connection_t *ldc = param;