Convert smbclient to using NtCreateX by preference, fall back to openX on
[mat/samba.git] / source3 / client / client_proto.h
index d119014abdc79372232fa6ff47fa2269513b5a0b..3032e5b7aef699e1add41bb3a3ac0a1fd01d3e2c 100644 (file)
@@ -30,6 +30,8 @@ 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 *,