From: Günther Deschner Date: Tue, 3 Jun 2008 18:41:29 +0000 (+0200) Subject: build: fix the build (missing protoype for lp_ldap_connection_timeout()). X-Git-Tag: samba-4.0.0alpha6~801^2~1178 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4f6ea219d6bab1532714e63f9b2f41a6ca4ea4e4;p=thirdparty%2Fsamba.git build: fix the build (missing protoype for lp_ldap_connection_timeout()). Guenther (This used to be commit 06b597213a25c3370d3b7e29cf80ddd42fa35e0c) --- diff --git a/source3/include/proto.h b/source3/include/proto.h index 761c7204975..e8a2b697d78 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -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);