diff options
author | Luke Leighton <lkcl@samba.org> | 1999-10-28 20:34:28 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-10-28 20:34:28 +0000 |
commit | 326b011b2df0dc83aa59fda9ab7dd8bcc0909a2e (patch) | |
tree | 7b5cda9cfd60f3a6d7770e9c43f9ed9923b96ce2 /source3/include | |
parent | c7c77cbfd75052c73723b1b6783f254d2ff49e65 (diff) | |
download | samba-326b011b2df0dc83aa59fda9ab7dd8bcc0909a2e.tar.gz samba-326b011b2df0dc83aa59fda9ab7dd8bcc0909a2e.tar.bz2 samba-326b011b2df0dc83aa59fda9ab7dd8bcc0909a2e.zip |
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)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
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, |