From 8195832c6cde7ebb2de5543be76979a111bd5712 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 22 Mar 2010 09:16:57 +0100 Subject: s3: file_walk_table -> files_forall This is more in line with the rest of the Samba code, like connections_forall etc. --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 9200802128..69fd591057 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6378,7 +6378,7 @@ void file_close_pid(uint16 smbpid, int vuid); void file_init(void); void file_close_user(int vuid); void file_dump_open_table(void); -struct files_struct *file_walk_table( +struct files_struct *files_forall( struct files_struct *(*fn)(struct files_struct *fsp, void *private_data), void *private_data); -- cgit