From: Bradley Nicholes Date: Thu, 3 Oct 2002 15:42:05 +0000 (+0000) Subject: Fixed the import and export lists between authldap and utilldap X-Git-Tag: 2.0.44~384 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef37086a4a108a9eb759ad27c2df2ed861da700d;p=apache Fixed the import and export lists between authldap and utilldap git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97083 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/NWGNUauthldap b/modules/experimental/NWGNUauthldap index cb55499b1f..0c13a9c7f3 100644 --- a/modules/experimental/NWGNUauthldap +++ b/modules/experimental/NWGNUauthldap @@ -209,6 +209,7 @@ FILE_nlm_copyright = FILES_nlm_Ximports = \ util_ldap_connection_find \ util_ldap_connection_close \ + util_ldap_connection_destroy \ util_ldap_cache_checkuserid \ util_ldap_cache_compare \ util_ldap_cache_comparedn \ diff --git a/modules/experimental/NWGNUutilldap b/modules/experimental/NWGNUutilldap index 137c586921..eb84d7ed09 100644 --- a/modules/experimental/NWGNUutilldap +++ b/modules/experimental/NWGNUutilldap @@ -222,6 +222,7 @@ FILES_nlm_exports = \ ldap_module \ util_ldap_connection_find \ util_ldap_connection_close \ + util_ldap_connection_destroy \ util_ldap_cache_checkuserid \ util_ldap_cache_compare \ util_ldap_cache_comparedn \