diff options
author | Volker Lendecke <vl@samba.org> | 2010-07-27 10:59:55 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2010-07-27 21:05:35 +0200 |
commit | dace013898a450b50606740704c83ba25855e332 (patch) | |
tree | 8597b10dc0c83a9a81e5853b62041764c443a374 /source3/client/client_proto.h | |
parent | 9168713774c02ba2f71d89379cc239a900ebeafe (diff) | |
download | samba-dace013898a450b50606740704c83ba25855e332.tar.gz |
s3: Remove a typedef (struct file_info)
Diffstat (limited to 'source3/client/client_proto.h')
-rw-r--r-- | source3/client/client_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/client/client_proto.h b/source3/client/client_proto.h index aa3eb0e8af4..aca0a8d20da 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); |