summaryrefslogtreecommitdiff
path: root/source3/client/client_proto.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2011-12-03 21:36:47 -0800
committerJeremy Allison <jra@samba.org>2011-12-03 21:36:47 -0800
commitc8a1082f2b4912647d8a28362c7fb3302bdce5c2 (patch)
tree9a12ca0da72f66a7e59653e67e8e99421e6aa099 /source3/client/client_proto.h
parentb44cfdf163d5dc0d408a4d2d27854ebfa1e783e5 (diff)
downloadsamba-c8a1082f2b4912647d8a28362c7fb3302bdce5c2.tar.gz
samba-c8a1082f2b4912647d8a28362c7fb3302bdce5c2.tar.bz2
samba-c8a1082f2b4912647d8a28362c7fb3302bdce5c2.zip
Move the callers that need to use the new cli_open() back to calling
it from cli_openx().
Diffstat (limited to 'source3/client/client_proto.h')
-rw-r--r--source3/client/client_proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/client/client_proto.h b/source3/client/client_proto.h
index 3032e5b7ae..d119014abd 100644
--- a/source3/client/client_proto.h
+++ b/source3/client/client_proto.h
@@ -30,8 +30,6 @@ struct file_info;
const char *client_get_cur_dir(void);
const char *client_set_cur_dir(const char *newdir);
-NTSTATUS smbclient_cli_open(struct cli_state *cli, const char *fname, int flags,
- int share_mode_in, uint16_t *pfnum);
NTSTATUS do_list(const char *mask,
uint16 attribute,
NTSTATUS (*fn)(struct cli_state *cli_state, struct file_info *,