summaryrefslogtreecommitdiff
path: root/source3/client/client_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/client/client_proto.h')
-rw-r--r--source3/client/client_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/client/client_proto.h b/source3/client/client_proto.h
index 8623435e24..fa3ca40d6b 100644
--- a/source3/client/client_proto.h
+++ b/source3/client/client_proto.h
@@ -28,9 +28,9 @@
const char *client_get_cur_dir(void);
const char *client_set_cur_dir(const char *newdir);
-void do_list(const char *mask,
+NTSTATUS do_list(const char *mask,
uint16 attribute,
- void (*fn)(struct cli_state *cli_state, struct file_info *,
+ NTSTATUS (*fn)(struct cli_state *cli_state, struct file_info *,
const char *dir),
bool rec,
bool dirs);