summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-16 12:08:52 +0200
committerVolker Lendecke <vl@samba.org>2009-08-16 12:38:19 +0200
commit27dd290d3fe68ee1c4fd8a795335010c721b28a0 (patch)
tree1c026b243d6136b8639087f4b42e1df2f83f38ca /source3/winbindd/winbindd_proto.h
parent886e183b0e6ed3a13b3ce74068fff761d9635bcc (diff)
downloadsamba-27dd290d3fe68ee1c4fd8a795335010c721b28a0.tar.gz
samba-27dd290d3fe68ee1c4fd8a795335010c721b28a0.tar.bz2
samba-27dd290d3fe68ee1c4fd8a795335010c721b28a0.zip
s3:winbind: Make fill_grent publically available
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 0df00f52ba..0ca37a6df1 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -378,6 +378,8 @@ void winbindd_getsidaliases(struct winbindd_cli_state *state);
enum winbindd_result winbindd_dual_getuserdomgroups(struct winbindd_domain *domain,
struct winbindd_cli_state *state);
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);
/* The following definitions come from winbindd/winbindd_idmap.c */