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: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef37086a4a108a9eb759ad27c2df2ed861da700d;p=thirdparty%2Fapache%2Fhttpd.git 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 cb55499b1fa..0c13a9c7f3b 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 137c5869215..eb84d7ed09a 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 \