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/wbint.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'source3/librpc/gen_ndr/wbint.h') 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; -- cgit