diff options
author | Luke Leighton <lkcl@samba.org> | 1999-10-28 17:52:12 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-10-28 17:52:12 +0000 |
commit | 2222a306a86135cf198751973376a97eda704ab9 (patch) | |
tree | 1e791f2a1a401d5687998e69c53fbf56c78edae5 /source3/include | |
parent | 050121b1a14cc00ca004c31fc3c9b5677d203fea (diff) | |
download | samba-2222a306a86135cf198751973376a97eda704ab9.tar.gz samba-2222a306a86135cf198751973376a97eda704ab9.tar.bz2 samba-2222a306a86135cf198751973376a97eda704ab9.zip |
rewrote samr enum groups code a bit.
(This used to be commit 3f99ab77203da2eb80b7cedbda88cb03640d427b)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index a4beb01de6..7307d267d2 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -3232,6 +3232,9 @@ BOOL sam_query_groupmem(struct client_info *info, uint16 fnum, uint32 **rid_mem, char ***name, uint32 **type); +BOOL msrpc_sam_enum_groups(struct client_info *info, + BOOL request_member_info, + BOOL request_group_info); void cmd_sam_enum_groups(struct client_info *info); /*The following definitions come from rpcclient/cmd_srvsvc.c */ |