summaryrefslogtreecommitdiffstats
path: root/source3/client/client_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-07-30 16:18:51 +0200
committerVolker Lendecke <vl@samba.org>2010-07-30 17:01:33 +0200
commitfcdda8f44372b567b866b0eee90c7a9444f7f96c (patch)
tree25a56383725910c794493ecbcba937b5432cee01 /source3/client/client_proto.h
parenta6e1fa23adaa31579366ec3445949cbde0520ac5 (diff)
downloadsamba-fcdda8f44372b567b866b0eee90c7a9444f7f96c.tar.gz
samba-fcdda8f44372b567b866b0eee90c7a9444f7f96c.tar.xz
samba-fcdda8f44372b567b866b0eee90c7a9444f7f96c.zip
s3: Remove "cli" from "struct finfo"
Diffstat (limited to 'source3/client/client_proto.h')
-rw-r--r--source3/client/client_proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/client/client_proto.h b/source3/client/client_proto.h
index aca0a8d20da..8623435e24f 100644
--- a/source3/client/client_proto.h
+++ b/source3/client/client_proto.h
@@ -30,7 +30,8 @@ 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)(struct file_info *, const char *dir),
+ void (*fn)(struct cli_state *cli_state, struct file_info *,
+ const char *dir),
bool rec,
bool dirs);
int cmd_iosize(void);