From d0878b3b8179b1cf061e1058bacbe670363b51c6 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 22 Jun 2012 16:37:26 +0200 Subject: s3-smbd: Remove deprecated 'share modes' option. --- source3/include/proto.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 979bcfe0ce..4080f23738 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1298,7 +1298,6 @@ bool lp_dmapi_support(int ); bool lp_locking(const struct share_params *p ); 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 ); -- cgit