1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00

build: fix the build (missing protoype for lp_ldap_connection_timeout()).

Guenther
(This used to be commit 06b597213a25c3370d3b7e29cf80ddd42fa35e0c)
This commit is contained in:
Günther Deschner 2008-06-03 20:41:29 +02:00
parent dd7cf3464d
commit 4f6ea219d6

View 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);