From 58feaa794791fd33fdb44686c6296e6bbfa8e7a1 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 23 Aug 2009 12:43:43 +0200 Subject: s3:winbind: Rename wbint_GroupMembers to wbint_Principals --- source3/librpc/gen_ndr/cli_wbint.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/librpc/gen_ndr/cli_wbint.h') diff --git a/source3/librpc/gen_ndr/cli_wbint.h b/source3/librpc/gen_ndr/cli_wbint.h index d5b333f42a..8e9c31e8ba 100644 --- a/source3/librpc/gen_ndr/cli_wbint.h +++ b/source3/librpc/gen_ndr/cli_wbint.h @@ -153,7 +153,7 @@ struct tevent_req *rpccli_wbint_LookupGroupMembers_send(TALLOC_CTX *mem_ctx, struct rpc_pipe_client *cli, struct dom_sid *_sid /* [in] [ref] */, enum lsa_SidType _type /* [in] */, - struct wbint_GroupMembers *_members /* [out] [ref] */); + struct wbint_Principals *_members /* [out] [ref] */); NTSTATUS rpccli_wbint_LookupGroupMembers_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, NTSTATUS *result); @@ -161,5 +161,5 @@ NTSTATUS rpccli_wbint_LookupGroupMembers(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, struct dom_sid *sid /* [in] [ref] */, enum lsa_SidType type /* [in] */, - struct wbint_GroupMembers *members /* [out] [ref] */); + struct wbint_Principals *members /* [out] [ref] */); #endif /* __CLI_WBINT__ */ -- cgit