From dace013898a450b50606740704c83ba25855e332 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 27 Jul 2010 10:59:55 +0200 Subject: s3: Remove a typedef (struct file_info) --- source3/client/client_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/client/client_proto.h') diff --git a/source3/client/client_proto.h b/source3/client/client_proto.h index aa3eb0e8af..aca0a8d20d 100644 --- a/source3/client/client_proto.h +++ b/source3/client/client_proto.h @@ -30,7 +30,7 @@ const char *client_get_cur_dir(void); const char *client_set_cur_dir(const char *newdir); void do_list(const char *mask, uint16 attribute, - void (*fn)(file_info *, const char *dir), + void (*fn)(struct file_info *, const char *dir), bool rec, bool dirs); int cmd_iosize(void); -- cgit