From 06b597213a25c3370d3b7e29cf80ddd42fa35e0c Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Tue, 3 Jun 2008 20:41:29 +0200 Subject: [PATCH] build: fix the build (missing protoype for lp_ldap_connection_timeout()). Guenther --- source/include/proto.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/include/proto.h b/source/include/proto.h index 761c7204975..e8a2b697d78 100644 --- a/source/include/proto.h +++ b/source/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); -- 2.47.3