summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-10-06 20:03:17 +0000
committerJeremy Allison <jra@samba.org>2000-10-06 20:03:17 +0000
commit1126775808f434c3df4089159512988df82cbdd5 (patch)
treea022526ca22298894c11524b55e016b34583f4dd /source3/include
parentba00796e6dd13b87b7988a98e532676d9eab702c (diff)
downloadsamba-1126775808f434c3df4089159512988df82cbdd5.tar.gz
samba-1126775808f434c3df4089159512988df82cbdd5.tar.bz2
samba-1126775808f434c3df4089159512988df82cbdd5.zip
Proto update. Also fix from John Reilly @ HP for not showing APW with W2K.
Jeremy. (This used to be commit 698288cb9de316527c0c2a271e18c920578f9930)
Diffstat (limited to 'source3/include')
-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 22c3f48f86..6c87c429c0 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -3862,6 +3862,7 @@ BOOL vfswrap_lock(files_struct *fsp, int fd, int op, SMB_OFF_T offset, SMB_OFF_T
size_t vfswrap_fget_nt_acl(files_struct *fsp, int fd, SEC_DESC **ppdesc);
size_t vfswrap_get_nt_acl(files_struct *fsp, char *name, SEC_DESC **ppdesc);
BOOL vfswrap_fset_nt_acl(files_struct *fsp, int fd, uint32 security_info_sent, SEC_DESC *psd);
+BOOL vfswrap_set_nt_acl(files_struct *fsp, char *name, uint32 security_info_sent, SEC_DESC *psd);
/*The following definitions come from smbd/vfs.c */