summaryrefslogtreecommitdiff
path: root/source3/libsmb/smb2cli.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-09-16 17:26:22 +0200
committerStefan Metzmacher <metze@samba.org>2011-11-24 19:02:31 +0100
commit7e7bca41885ca876a0074d7d026eb99b0fc5e8db (patch)
tree9684e269717cb958f835f9e8b7c36045bec58443 /source3/libsmb/smb2cli.h
parent4435dad827db89356ecb6f1096a2b781f29970e5 (diff)
downloadsamba-7e7bca41885ca876a0074d7d026eb99b0fc5e8db.tar.gz
samba-7e7bca41885ca876a0074d7d026eb99b0fc5e8db.tar.bz2
samba-7e7bca41885ca876a0074d7d026eb99b0fc5e8db.zip
s3:smb2cli: implement smb2cli_negprot() on top of smbXcli_negprot()
metze
Diffstat (limited to 'source3/libsmb/smb2cli.h')
-rw-r--r--source3/libsmb/smb2cli.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/libsmb/smb2cli.h b/source3/libsmb/smb2cli.h
index faf73678de..048932d2f8 100644
--- a/source3/libsmb/smb2cli.h
+++ b/source3/libsmb/smb2cli.h
@@ -20,10 +20,6 @@
#ifndef __SMB2CLI_H__
#define __SMB2CLI_H__
-struct tevent_req *smb2cli_negprot_send(TALLOC_CTX *mem_ctx,
- struct tevent_context *ev,
- struct cli_state *cli);
-NTSTATUS smb2cli_negprot_recv(struct tevent_req *req);
NTSTATUS smb2cli_negprot(struct cli_state *cli);
struct tevent_req *smb2cli_sesssetup_ntlmssp_send(TALLOC_CTX *mem_ctx,