diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-09-25 03:28:37 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2014-09-30 23:35:08 +0200 |
commit | b77bb5a2e3db0656a799f3749140637ac85b5c05 (patch) | |
tree | fc770f35fb44c4d4dac5c58c919796fab61a6b68 /source3/libsmb/smb2cli.h | |
parent | 7ee18fbf1e0fa108c4b3748269035fcee2a57ab5 (diff) | |
download | samba-b77bb5a2e3db0656a799f3749140637ac85b5c05.tar.gz samba-b77bb5a2e3db0656a799f3749140637ac85b5c05.tar.xz samba-b77bb5a2e3db0656a799f3749140637ac85b5c05.zip |
libcli/smb: move smb2cli_tcon.c to the toplevel
removing use of cli_state from the code.
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/libsmb/smb2cli.h')
-rw-r--r-- | source3/libsmb/smb2cli.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/source3/libsmb/smb2cli.h b/source3/libsmb/smb2cli.h index 10ea645734..2f57972039 100644 --- a/source3/libsmb/smb2cli.h +++ b/source3/libsmb/smb2cli.h @@ -24,17 +24,4 @@ struct smbXcli_conn; struct smbXcli_session; struct cli_state; -struct tevent_req *smb2cli_tcon_send(TALLOC_CTX *mem_ctx, - struct tevent_context *ev, - struct cli_state *cli, - const char *share); -NTSTATUS smb2cli_tcon_recv(struct tevent_req *req); -NTSTATUS smb2cli_tcon(struct cli_state *cli, const char *share); - -struct tevent_req *smb2cli_tdis_send(TALLOC_CTX *mem_ctx, - struct tevent_context *ev, - struct cli_state *cli); -NTSTATUS smb2cli_tdis_recv(struct tevent_req *req); -NTSTATUS smb2cli_tdis(struct cli_state *cli); - #endif /* __SMB2CLI_H__ */ |