From abeb0f50ea3e7ac254aa8746e074f118fdb62db1 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 11 Dec 2001 00:03:58 +0000 Subject: got rid of start_ndx from query_user_list() (This used to be commit 1c909afe76566807fb576c965eb869f98e72f2bd) --- source3/nsswitch/winbindd.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'source3/nsswitch/winbindd.h') diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h index e22824f33c..e3bc15bd9d 100644 --- a/source3/nsswitch/winbindd.h +++ b/source3/nsswitch/winbindd.h @@ -51,9 +51,8 @@ struct getent_state { struct getent_state *prev, *next; void *sam_entries; uint32 sam_entry_index, num_sam_entries; - uint32 dispinfo_ndx; uint32 grp_query_start_ndx; - BOOL got_all_sam_entries, got_sam_entries; + BOOL got_all_grp_entries, got_sam_entries; struct winbindd_domain *domain; }; @@ -94,7 +93,7 @@ struct winbindd_methods { /* get a list of users, returning a WINBIND_USERINFO for each one */ NTSTATUS (*query_user_list)(struct winbindd_domain *domain, TALLOC_CTX *mem_ctx, - uint32 *start_ndx, uint32 *num_entries, + uint32 *num_entries, WINBIND_USERINFO **info); /* get a list of groups */ -- cgit