summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_wbint.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-23 12:43:43 +0200
committerVolker Lendecke <vl@samba.org>2009-08-29 10:44:13 +0200
commit58feaa794791fd33fdb44686c6296e6bbfa8e7a1 (patch)
tree7a46b78d19a9bc2d7b09351a8a7c048677cc8df6 /source3/librpc/gen_ndr/cli_wbint.h
parentffd9d41be93984b6a139818184716e709fbfa1ef (diff)
downloadsamba-58feaa794791fd33fdb44686c6296e6bbfa8e7a1.tar.gz
samba-58feaa794791fd33fdb44686c6296e6bbfa8e7a1.tar.bz2
samba-58feaa794791fd33fdb44686c6296e6bbfa8e7a1.zip
s3:winbind: Rename wbint_GroupMembers to wbint_Principals
Diffstat (limited to 'source3/librpc/gen_ndr/cli_wbint.h')
-rw-r--r--source3/librpc/gen_ndr/cli_wbint.h4
1 files changed, 2 insertions, 2 deletions
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__ */