summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorFrank Lahm <franklahm@googlemail.com>2011-10-17 11:10:29 -0700
committerJeremy Allison <jra@samba.org>2011-10-17 21:39:32 +0200
commitc3bdcab5161107be8155a7913d9cb325383a781d (patch)
tree94ef514f57d818e5550b585078e275718d3c5e82 /source3/smbd/proto.h
parentb96a9e1c5b23271f42734a8045e4d95a42e8e33f (diff)
downloadsamba-c3bdcab5161107be8155a7913d9cb325383a781d.tar.gz
samba-c3bdcab5161107be8155a7913d9cb325383a781d.tar.bz2
samba-c3bdcab5161107be8155a7913d9cb325383a781d.zip
First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.
Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Mon Oct 17 21:39:32 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index e2b02ecef4..49bb911cbc 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -1179,6 +1179,12 @@ int vfs_lstat_smb_fname(struct connection_struct *conn, const char *fname,
SMB_STRUCT_STAT *psbuf);
NTSTATUS vfs_stat_fsp(files_struct *fsp);
NTSTATUS vfs_chown_fsp(files_struct *fsp, uid_t uid, gid_t gid);
+NTSTATUS vfs_streaminfo(connection_struct *conn,
+ struct files_struct *fsp,
+ const char *fname,
+ TALLOC_CTX *mem_ctx,
+ unsigned int *num_streams,
+ struct stream_struct **streams);
/* The following definitions come from smbd/avahi_register.c */