summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-11-06 21:53:07 -0800
committerJeremy Allison <jra@samba.org>2009-11-06 21:53:07 -0800
commitbd2ffb1c7a70ef9063b99a9318b3e185ddda84fe (patch)
tree339e9abab591fd8e27a24df1568743ef0fe20b05 /source3/include/proto.h
parentafc592402068da2a928dd9975a38a6b1ccf3919f (diff)
downloadsamba-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/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 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 */