diff options
author | Jeremy Allison <jra@samba.org> | 2009-11-06 21:53:07 -0800 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2009-11-06 21:53:07 -0800 |
commit | bd2ffb1c7a70ef9063b99a9318b3e185ddda84fe (patch) | |
tree | 339e9abab591fd8e27a24df1568743ef0fe20b05 /source3/include | |
parent | afc592402068da2a928dd9975a38a6b1ccf3919f (diff) | |
download | samba-bd2ffb1c7a70ef9063b99a9318b3e185ddda84fe.tar.gz samba-bd2ffb1c7a70ef9063b99a9318b3e185ddda84fe.tar.bz2 samba-bd2ffb1c7a70ef9063b99a9318b3e185ddda84fe.zip |
Fix bug 6865 - acl_xattr module: Has dependency that inherit acls = yes or xattrs are removed.
Jeremy.
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 0dbc1c7fed..49d01003b5 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4373,6 +4373,7 @@ void lp_set_posix_default_cifsx_readwrite_locktype(enum brl_flavour val); int lp_min_receive_file_size(void); char* lp_perfcount_module(void); void lp_set_passdb_backend(const char *backend); +bool set_inherit_acls(int i); /* The following definitions come from param/util.c */ |