summaryrefslogtreecommitdiff
path: root/source3/nsswitch/libwbclient/wbclient.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-04-06 11:55:57 +0200
committerStefan Metzmacher <metze@samba.org>2008-04-06 13:42:00 +0200
commitcb4e77d991ae41ff112b14bb8043a896efedc72f (patch)
treecac809850672c52b855720c68c5fddbbd445a23c /source3/nsswitch/libwbclient/wbclient.h
parent7d0ebc1976652c8ef8cfc5b0151342f95079d5a2 (diff)
downloadsamba-cb4e77d991ae41ff112b14bb8043a896efedc72f.tar.gz
samba-cb4e77d991ae41ff112b14bb8043a896efedc72f.tar.bz2
samba-cb4e77d991ae41ff112b14bb8043a896efedc72f.zip
libwbclient: add wbcGetGroups()
metze (This used to be commit 596d030b976102e7476a2460fce355914c4e8210)
Diffstat (limited to 'source3/nsswitch/libwbclient/wbclient.h')
-rw-r--r--source3/nsswitch/libwbclient/wbclient.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/nsswitch/libwbclient/wbclient.h b/source3/nsswitch/libwbclient/wbclient.h
index 8590a30795..16b68c0802 100644
--- a/source3/nsswitch/libwbclient/wbclient.h
+++ b/source3/nsswitch/libwbclient/wbclient.h
@@ -370,6 +370,10 @@ wbcErr wbcEndgrent(void);
wbcErr wbcGetgrent(struct group **grp);
+wbcErr wbcGetGroups(const char *account,
+ uint32_t *num_groups,
+ gid_t **_groups);
+
/*
* Lookup Domain information