summaryrefslogtreecommitdiff
path: root/source3/smbd
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2008-12-21 15:49:46 -0800
committerTim Prouty <tprouty@samba.org>2009-01-09 11:45:31 -0800
commit6dde84553c1f4d14f075982377f5af97ff5abc44 (patch)
tree6c52f3c6161b9d05020a8a1ed22db7468c6608bc /source3/smbd
parenta65f1b9655498850864946d89528f3a475a88248 (diff)
downloadsamba-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.c2
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;