summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorTodd Stecher <todd.stecher@isilon.com>2008-12-04 11:33:32 -0800
committerTim Prouty <tprouty@samba.org>2008-12-08 22:23:16 -0800
commit9985898e94e4aa4476c87ed34e0899a5f4117752 (patch)
tree9eb762ccef391ba4111e6f6b1745b639211f34f3 /source3/include/proto.h
parent3878dad0c68884c941b1d6a428f21928014fbc3e (diff)
downloadsamba-9985898e94e4aa4476c87ed34e0899a5f4117752.tar.gz
samba-9985898e94e4aa4476c87ed34e0899a5f4117752.tar.bz2
samba-9985898e94e4aa4476c87ed34e0899a5f4117752.zip
s3: Add support for access based share enumeration
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
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 );