diff options
author | Todd Stecher <todd.stecher@isilon.com> | 2008-12-04 11:33:32 -0800 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2008-12-08 22:23:16 -0800 |
commit | 9985898e94e4aa4476c87ed34e0899a5f4117752 (patch) | |
tree | 9eb762ccef391ba4111e6f6b1745b639211f34f3 /source3/include | |
parent | 3878dad0c68884c941b1d6a428f21928014fbc3e (diff) | |
download | samba-9985898e94e4aa4476c87ed34e0899a5f4117752.tar.gz samba-9985898e94e4aa4476c87ed34e0899a5f4117752.tar.bz2 samba-9985898e94e4aa4476c87ed34e0899a5f4117752.zip |
s3: Add support for access based share enumeration
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 d0e64f7f14..ed79ad03ec 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4136,6 +4136,7 @@ bool lp_hide_special_files(int ); bool lp_hideunreadable(int ); bool lp_hideunwriteable_files(int ); bool lp_browseable(int ); +bool lp_access_based_share_enum(int ); bool lp_readonly(int ); bool lp_no_set_dir(int ); bool lp_guest_ok(int ); |