s3:winbind: Add winbindd_print_groupmem
[metze/samba/wip.git] / source3 / winbindd / winbindd_proto.h
index 0ca37a6df15e00810f7c77350413fff95e0fc6c5..6bb3406f7865f0f6c102932d7dcbdb499ca52b23 100644 (file)
@@ -380,6 +380,9 @@ enum winbindd_result winbindd_dual_getuserdomgroups(struct winbindd_domain *doma
 bool get_sam_group_entries(struct getent_state *ent);
 bool fill_grent(TALLOC_CTX *mem_ctx, struct winbindd_gr *gr,
                const char *dom_name, const char *gr_name, gid_t unix_gid);
+NTSTATUS winbindd_print_groupmembers(struct talloc_dict *members,
+                                    TALLOC_CTX *mem_ctx,
+                                    int *num_members, char **result);
 
 
 /* The following definitions come from winbindd/winbindd_idmap.c  */