From b448e42de4070410eddbe2fa0085b9328a301159 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 27 Sep 2010 04:00:31 +0200 Subject: s3: Lift smbd_server_conn from file_find_dif --- source3/include/proto.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include/proto.h') 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); -- cgit