build: fix the build (missing protoype for lp_ldap_connection_timeout()).
authorGünther Deschner <gd@samba.org>
Tue, 3 Jun 2008 18:41:29 +0000 (20:41 +0200)
committerGünther Deschner <gd@samba.org>
Tue, 3 Jun 2008 18:41:29 +0000 (20:41 +0200)
Guenther
(This used to be commit 06b597213a25c3370d3b7e29cf80ddd42fa35e0c)

source3/include/proto.h

index 761c72049753f13ad0bb7f92b0020b5253944044..e8a2b697d78c0baaaf4c56e9b41f8148090aa428 100644 (file)
@@ -5829,6 +5829,7 @@ int lp_ldap_passwd_sync(void);
 bool lp_ldap_delete_dn(void);
 int lp_ldap_replication_sleep(void);
 int lp_ldap_timeout(void);
+int lp_ldap_connection_timeout(void);
 int lp_ldap_page_size(void);
 int lp_ldap_debug_level(void);
 int lp_ldap_debug_threshold(void);