summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-03-03 19:23:33 -0800
committerTim Prouty <tprouty@samba.org>2009-03-04 18:32:12 -0800
commitf61f1690548edbd1c6e3badfe8d2e7b50485d03e (patch)
tree35ecc5421c6ac605a521a762002d029b2d853927 /source3/include
parentd526d340d8f5d70ea48bcaf535ea57d2c1cd48db (diff)
downloadsamba-f61f1690548edbd1c6e3badfe8d2e7b50485d03e.tar.gz
samba-f61f1690548edbd1c6e3badfe8d2e7b50485d03e.tar.bz2
samba-f61f1690548edbd1c6e3badfe8d2e7b50485d03e.zip
s3: Change open_streams_for_delete to call through the vfs layer
This eliminates the last direct caller of create_file_unixpath
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 78110161c5..41e3618503 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6723,6 +6723,8 @@ void msg_file_was_renamed(struct messaging_context *msg,
struct case_semantics_state;
struct case_semantics_state *set_posix_case_semantics(TALLOC_CTX *mem_ctx,
connection_struct *conn);
+NTSTATUS open_streams_for_delete(connection_struct *conn,
+ const char *fname);
NTSTATUS create_file_default(connection_struct *conn,
struct smb_request *req,
uint16_t root_dir_fid,