diff options
author | Günther Deschner <gd@samba.org> | 2008-06-03 20:41:29 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-06-03 20:41:29 +0200 |
commit | 4f6ea219d6bab1532714e63f9b2f41a6ca4ea4e4 (patch) | |
tree | e3430ed6b94b40d46c054791069da1e3214ab948 /source3/include | |
parent | dd7cf3464d36e1e6d622371ff3f05b1eac3f381d (diff) | |
download | samba-4f6ea219d6bab1532714e63f9b2f41a6ca4ea4e4.tar.gz samba-4f6ea219d6bab1532714e63f9b2f41a6ca4ea4e4.tar.bz2 samba-4f6ea219d6bab1532714e63f9b2f41a6ca4ea4e4.zip |
build: fix the build (missing protoype for lp_ldap_connection_timeout()).
Guenther
(This used to be commit 06b597213a25c3370d3b7e29cf80ddd42fa35e0c)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |