summaryrefslogtreecommitdiff
path: root/source3/libsmb/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-05-29 21:00:12 +0200
committerVolker Lendecke <vlendec@samba.org>2011-05-29 22:25:55 +0200
commitc7c0e4ca71277a02bb9371aaf47ac1157f7ca542 (patch)
treec3bcd93211eb32414838a582359339fcbc46245f /source3/libsmb/proto.h
parent4ee443d7b35a67ea792adcd5e0f83c3e92978785 (diff)
downloadsamba-c7c0e4ca71277a02bb9371aaf47ac1157f7ca542.tar.gz
samba-c7c0e4ca71277a02bb9371aaf47ac1157f7ca542.tar.bz2
samba-c7c0e4ca71277a02bb9371aaf47ac1157f7ca542.zip
s3: Remove unused cli_session_request
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Sun May 29 22:25:55 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/libsmb/proto.h')
-rw-r--r--source3/libsmb/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/libsmb/proto.h b/source3/libsmb/proto.h
index 16b450ee59..37a928e0ca 100644
--- a/source3/libsmb/proto.h
+++ b/source3/libsmb/proto.h
@@ -68,8 +68,6 @@ struct tevent_req *cli_negprot_send(TALLOC_CTX *mem_ctx,
struct event_context *ev,
struct cli_state *cli);
NTSTATUS cli_negprot_recv(struct tevent_req *req);
-bool cli_session_request(struct cli_state *cli,
- struct nmb_name *calling, struct nmb_name *called);
NTSTATUS cli_connect_nb(const char *host, struct sockaddr_storage *pss,
uint16_t port, int name_type, const char *myname,
int signing_state, struct cli_state **pcli);