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/smbd | |
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/smbd')
-rw-r--r-- | source3/smbd/close.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/smbd/close.c b/source3/smbd/close.c index a6dff20ec7..abcd651d93 100644 --- a/source3/smbd/close.c +++ b/source3/smbd/close.c @@ -167,7 +167,7 @@ static void notify_deferred_opens(struct share_mode_lock *lck) Delete all streams ****************************************************************************/ -static NTSTATUS delete_all_streams(connection_struct *conn, const char *fname) +NTSTATUS delete_all_streams(connection_struct *conn, const char *fname) { struct stream_struct *stream_info; int i; |