summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/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/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/wbint.h')
-rw-r--r--source3/librpc/gen_ndr/wbint.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/librpc/gen_ndr/wbint.h b/source3/librpc/gen_ndr/wbint.h
index 825b7e4068..2f1be14d58 100644
--- a/source3/librpc/gen_ndr/wbint.h
+++ b/source3/librpc/gen_ndr/wbint.h
@@ -34,9 +34,9 @@ struct wbint_Principal {
const char *name;/* [unique,charset(UTF8)] */
}/* [public] */;
-struct wbint_GroupMembers {
- int32_t num_members;
- struct wbint_Principal *members;/* [size_is(num_members)] */
+struct wbint_Principals {
+ int32_t num_principals;
+ struct wbint_Principal *principals;/* [size_is(num_principals)] */
}/* [public] */;
@@ -194,7 +194,7 @@ struct wbint_LookupGroupMembers {
} in;
struct {
- struct wbint_GroupMembers *members;/* [ref] */
+ struct wbint_Principals *members;/* [ref] */
NTSTATUS result;
} out;