summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2012-03-30 15:31:19 +0200
committerJeremy Allison <jra@samba.org>2012-04-11 11:11:39 -0700
commit2a36408d4020b67d94f8750951bfead069ca1206 (patch)
treeddcd813e5b39b93cf161f2e37b1a18234837e44b /source3/include/proto.h
parent30203bda66259d78f07233854118f0f4a3ee673c (diff)
downloadsamba-2a36408d4020b67d94f8750951bfead069ca1206.tar.gz
samba-2a36408d4020b67d94f8750951bfead069ca1206.tar.bz2
samba-2a36408d4020b67d94f8750951bfead069ca1206.zip
s3:param convert kernel oplocks to share parameter
Signed-off-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 34c9fe8e53..d32d2e8823 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1226,7 +1226,6 @@ bool lp_client_plaintext_auth(void);
bool lp_client_lanman_auth(void);
bool lp_client_ntlmv2_auth(void);
bool lp_host_msdfs(void);
-bool lp_kernel_oplocks(void);
bool lp_enhanced_browsing(void);
bool lp_use_mmap(void);
bool lp_unix_extensions(void);
@@ -1355,6 +1354,7 @@ int lp_strict_locking(const struct share_params *p );
bool lp_posix_locking(const struct share_params *p );
bool lp_share_modes(int );
bool lp_oplocks(int );
+bool lp_kernel_oplocks(int );
bool lp_level2_oplocks(int );
bool lp_onlyuser(int );
bool lp_manglednames(const struct share_params *p );