diff options
Diffstat (limited to 'source3/include/proto.h')
-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 3635759ac5..44b9d716e5 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1291,6 +1291,7 @@ bool lp_posix_locking(const struct share_params *p ); bool lp_oplocks(int ); bool lp_kernel_oplocks(int ); bool lp_level2_oplocks(int ); +bool lp_kernel_share_modes(int); bool lp_onlyuser(int ); bool lp_manglednames(const struct share_params *p ); bool lp_allow_insecure_widelinks(void); |