From c8a1082f2b4912647d8a28362c7fb3302bdce5c2 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sat, 3 Dec 2011 21:36:47 -0800 Subject: Move the callers that need to use the new cli_open() back to calling it from cli_openx(). --- source3/client/client_proto.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/client/client_proto.h') 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 *, -- cgit