From 8a4c8e3f8527015c4c5c32abda20ceddb6eb2f0f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 17 Nov 2011 00:55:04 +0100 Subject: s3-smbldap: move ldap_open_with_timeout out of smb_ldap.h to ads where it lives. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Thu Nov 17 03:47:53 CET 2011 on sn-devel-104 --- source3/include/smb_ldap.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'source3/include/smb_ldap.h') diff --git a/source3/include/smb_ldap.h b/source3/include/smb_ldap.h index eef47a4069..eaa127676b 100644 --- a/source3/include/smb_ldap.h +++ b/source3/include/smb_ldap.h @@ -49,15 +49,6 @@ typedef int ber_int_t; #include #endif /* HAVE_LDAP_PVT_H */ -#ifdef HAVE_LDAP_INIT_FD -int ldap_init_fd(ber_socket_t fd, int proto, char *uri, LDAP **ldp); -#endif - -/* function declarations not included in proto.h */ -LDAP *ldap_open_with_timeout(const char *server, - struct sockaddr_storage *ss, - int port, unsigned int to); - /* Solaris 8 and maybe other LDAP implementations spell this "..._INPROGRESS": */ #if defined(LDAP_SASL_BIND_INPROGRESS) && !defined(LDAP_SASL_BIND_IN_PROGRESS) #define LDAP_SASL_BIND_IN_PROGRESS LDAP_SASL_BIND_INPROGRESS -- cgit