summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-09-12 23:30:39 +0200
committerGünther Deschner <gd@samba.org>2009-09-22 11:38:06 +0200
commit58f2deb94024f002e3c3df47f45454edc97f47e1 (patch)
tree2005db31098798512ea670c6ae2f0f720f8643dc /source3/winbindd/winbindd_proto.h
parent455d44d9618afdc1d1f4198ae9f64ccc56dee62f (diff)
downloadsamba-58f2deb94024f002e3c3df47f45454edc97f47e1.tar.gz
samba-58f2deb94024f002e3c3df47f45454edc97f47e1.tar.bz2
samba-58f2deb94024f002e3c3df47f45454edc97f47e1.zip
s3-winbindd: add cm_connect_lsa_tcp().
Guenther
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 427579faf1..49034d79b7 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -247,6 +247,9 @@ NTSTATUS cm_connect_sam(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx,
struct rpc_pipe_client **cli, struct policy_handle *sam_handle);
NTSTATUS cm_connect_lsa(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx,
struct rpc_pipe_client **cli, struct policy_handle *lsa_policy);
+NTSTATUS cm_connect_lsa_tcp(struct winbindd_domain *domain,
+ TALLOC_CTX *mem_ctx,
+ struct rpc_pipe_client **cli);
NTSTATUS cm_connect_netlogon(struct winbindd_domain *domain,
struct rpc_pipe_client **cli);