From 4f6ea219d6bab1532714e63f9b2f41a6ca4ea4e4 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 3 Jun 2008 20:41:29 +0200 Subject: build: fix the build (missing protoype for lp_ldap_connection_timeout()). Guenther (This used to be commit 06b597213a25c3370d3b7e29cf80ddd42fa35e0c) --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/include/proto.h b/source3/include/proto.h index 761c720497..e8a2b697d7 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); -- cgit