summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-09-27 04:00:31 +0200
committerVolker Lendecke <vl@samba.org>2010-09-28 07:36:16 +0200
commitb448e42de4070410eddbe2fa0085b9328a301159 (patch)
treeea295ef2120a31b32fe775b1d5127ff3e757bb6a /source3/include
parentfb8686962a542c70a2104247a77b48cacd8a9663 (diff)
downloadsamba-b448e42de4070410eddbe2fa0085b9328a301159.tar.gz
samba-b448e42de4070410eddbe2fa0085b9328a301159.tar.bz2
samba-b448e42de4070410eddbe2fa0085b9328a301159.zip
s3: Lift smbd_server_conn from file_find_dif
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index af25db66a1..d70c823e20 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4761,7 +4761,8 @@ struct files_struct *files_forall(
void *private_data),
void *private_data);
files_struct *file_find_fd(int fd);
-files_struct *file_find_dif(struct file_id id, unsigned long gen_id);
+files_struct *file_find_dif(struct smbd_server_connection *sconn,
+ struct file_id id, unsigned long gen_id);
files_struct *file_find_di_first(struct file_id id);
files_struct *file_find_di_next(files_struct *start_fsp);
bool file_find_subpath(files_struct *dir_fsp);