From fb8686962a542c70a2104247a77b48cacd8a9663 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 27 Sep 2010 03:53:00 +0200 Subject: s3: Remove smbd_server_conn from files_forall --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 2319020ad2..af25db66a1 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4756,6 +4756,7 @@ void file_close_pid(struct smbd_server_connection *sconn, uint16 smbpid, void file_init(void); void file_close_user(struct smbd_server_connection *sconn, int vuid); struct files_struct *files_forall( + struct smbd_server_connection *sconn, struct files_struct *(*fn)(struct files_struct *fsp, void *private_data), void *private_data); -- cgit