diff options
author | Volker Lendecke <vl@samba.org> | 2010-09-27 04:05:25 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-09-28 07:36:17 +0200 |
commit | 75c6e0e5c7c17ab3ea78e09c226e2fb3472d1e40 (patch) | |
tree | ff0d9378187829c9caed8ddfbcc58745394ed8d7 /source3/include | |
parent | b448e42de4070410eddbe2fa0085b9328a301159 (diff) | |
download | samba-75c6e0e5c7c17ab3ea78e09c226e2fb3472d1e40.tar.gz samba-75c6e0e5c7c17ab3ea78e09c226e2fb3472d1e40.tar.bz2 samba-75c6e0e5c7c17ab3ea78e09c226e2fb3472d1e40.zip |
s3: Lift smbd_server_conn from file_find_di_first
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index d70c823e20..a6ae87f887 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4763,7 +4763,8 @@ struct files_struct *files_forall( files_struct *file_find_fd(int fd); 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_first(struct smbd_server_connection *sconn, + struct file_id id); files_struct *file_find_di_next(files_struct *start_fsp); bool file_find_subpath(files_struct *dir_fsp); void file_sync_all(connection_struct *conn); |