From 326b011b2df0dc83aa59fda9ab7dd8bcc0909a2e Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Thu, 28 Oct 1999 20:34:28 +0000 Subject: restructuring sam enum dom groups code to do multiple calls to sam_enum_dom_groups. enum dom aliases is still left to do (dom users already done). (This used to be commit 8d181924cedb7a2d34a0b40cee600494665fe923) --- source3/include/proto.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 50c6477d80..e83e0320de 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1903,9 +1903,9 @@ BOOL samr_unknown_38(struct cli_state *cli, uint16 fnum, char *srv_name); BOOL samr_query_dom_info(struct cli_state *cli, uint16 fnum, POLICY_HND *domain_pol, uint16 switch_value, SAM_UNK_CTR *ctr); -BOOL samr_enum_dom_groups(struct cli_state *cli, uint16 fnum, +uint32 samr_enum_dom_groups(struct cli_state *cli, uint16 fnum, POLICY_HND *pol, - uint32 start_idx, uint32 size, + uint32 *start_idx, uint32 size, struct acct_info **sam, uint32 *num_sam_groups); BOOL samr_enum_dom_aliases(struct cli_state *cli, uint16 fnum, -- cgit