summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-12-13 16:01:59 +0100
committerVolker Lendecke <vlendec@samba.org>2011-12-13 17:27:26 +0100
commit34d58c9d92f852e908acb78e040c1a22ce1591c1 (patch)
tree753483751f4ab5cff59a58f9fde0e786719690b5 /source3/smbd/proto.h
parent2d2d72e479142ad7d1a40955793bcf63d5b4ee14 (diff)
downloadsamba-34d58c9d92f852e908acb78e040c1a22ce1591c1.tar.gz
samba-34d58c9d92f852e908acb78e040c1a22ce1591c1.tar.bz2
samba-34d58c9d92f852e908acb78e040c1a22ce1591c1.zip
s3: Move can_set_delete_on_close to smbd/
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index e0f48b7bcb..34b252006b 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -310,6 +310,7 @@ bool can_delete_file_in_directory(connection_struct *conn,
bool can_write_to_file(connection_struct *conn,
const struct smb_filename *smb_fname);
bool directory_has_default_acl(connection_struct *conn, const char *fname);
+NTSTATUS can_set_delete_on_close(files_struct *fsp, uint32 dosmode);
/* The following definitions come from smbd/fileio.c */