summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-08-12 15:28:27 +0200
committerStefan Metzmacher <metze@samba.org>2010-08-16 14:30:21 +0200
commit760948a5d4b65fe9353357e701e854f437adf7cb (patch)
tree032e3c2e83ca812769f1209dfc4bb8dd6c810ea3 /source3/winbindd/winbindd_proto.h
parent13c744fa30b94e6ab4321c69a8a3d01ef42845d7 (diff)
downloadsamba-760948a5d4b65fe9353357e701e854f437adf7cb.tar.gz
samba-760948a5d4b65fe9353357e701e854f437adf7cb.tar.bz2
samba-760948a5d4b65fe9353357e701e854f437adf7cb.zip
s3:winbindd: remove rpc_pipe_client references from winbind_dual_ndr code
metze
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 746328856e..5e49dcd4c2 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -463,9 +463,9 @@ NTSTATUS wb_ping_recv(struct tevent_req *req,
enum winbindd_result winbindd_dual_ping(struct winbindd_domain *domain,
struct winbindd_cli_state *state);
-struct rpc_pipe_client *wbint_rpccli_create(TALLOC_CTX *mem_ctx,
- struct winbindd_domain *domain,
- struct winbindd_child *child);
+struct dcerpc_binding_handle *wbint_binding_handle(TALLOC_CTX *mem_ctx,
+ struct winbindd_domain *domain,
+ struct winbindd_child *child);
enum winbindd_result winbindd_dual_ndrcmd(struct winbindd_domain *domain,
struct winbindd_cli_state *state);