diff options
author | Tim Prouty <tprouty@samba.org> | 2008-12-21 15:49:46 -0800 |
---|---|---|
committer | Tim Prouty <tprouty@samba.org> | 2009-01-09 11:45:31 -0800 |
commit | 6dde84553c1f4d14f075982377f5af97ff5abc44 (patch) | |
tree | 6c52f3c6161b9d05020a8a1ed22db7468c6608bc /source3/include | |
parent | a65f1b9655498850864946d89528f3a475a88248 (diff) | |
download | samba-6dde84553c1f4d14f075982377f5af97ff5abc44.tar.gz samba-6dde84553c1f4d14f075982377f5af97ff5abc44.tar.bz2 samba-6dde84553c1f4d14f075982377f5af97ff5abc44.zip |
s3: Add delete_all_streams to proto.h
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 d4aefeae4a..2a7547334c 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6532,6 +6532,7 @@ void msg_close_file(struct messaging_context *msg_ctx, uint32_t msg_type, struct server_id server_id, DATA_BLOB *data); +NTSTATUS delete_all_streams(connection_struct *conn, const char *fname); /* The following definitions come from smbd/conn.c */ |