summaryrefslogtreecommitdiff
path: root/source3/include/smbldap.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/smbldap.h')
-rw-r--r--source3/include/smbldap.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/smbldap.h b/source3/include/smbldap.h
index d8f12bc373..d1eb81e216 100644
--- a/source3/include/smbldap.h
+++ b/source3/include/smbldap.h
@@ -163,12 +163,6 @@ void talloc_autofree_ldapmod(TALLOC_CTX *mem_ctx, LDAPMod **mod);
char *smbldap_talloc_dn(TALLOC_CTX *mem_ctx, LDAP *ld,
LDAPMessage *entry);
-/* The following definitions come from lib/smbldap_util.c */
-
-NTSTATUS smbldap_search_domain_info(struct smbldap_state *ldap_state,
- LDAPMessage ** result, const char *domain_name,
- bool try_add);
-
#endif /* HAVE_LDAP */
#define LDAP_DEFAULT_TIMEOUT 15