summaryrefslogtreecommitdiffstats
path: root/source/nsswitch/winbindd_proto.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-04 06:46:53 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-04 06:46:53 +0000
commit689f45d2079d06b09947b2cdd314867df98c938d (patch)
treec0e24f2f7bd10945ef580d15d9f141ae58ea0808 /source/nsswitch/winbindd_proto.h
parente908f304a26b9f1100e301610151a9334bf117b0 (diff)
downloadsamba-689f45d2079d06b09947b2cdd314867df98c938d.tar.gz
samba-689f45d2079d06b09947b2cdd314867df98c938d.tar.xz
samba-689f45d2079d06b09947b2cdd314867df98c938d.zip
moved lookup_usergroups() into the backend structure
Diffstat (limited to 'source/nsswitch/winbindd_proto.h')
-rw-r--r--source/nsswitch/winbindd_proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source/nsswitch/winbindd_proto.h b/source/nsswitch/winbindd_proto.h
index 1d553fdcebc..503f8b4267f 100644
--- a/source/nsswitch/winbindd_proto.h
+++ b/source/nsswitch/winbindd_proto.h
@@ -145,10 +145,6 @@ BOOL winbindd_lookup_sid_by_name(struct winbindd_domain *domain,
BOOL winbindd_lookup_name_by_sid(DOM_SID *sid,
fstring name,
enum SID_NAME_USE *type);
-BOOL winbindd_lookup_usergroups(struct winbindd_domain *domain,
- TALLOC_CTX *mem_ctx,
- uint32 user_rid, uint32 *num_groups,
- DOM_GID **user_groups);
BOOL winbindd_lookup_groupmem(struct winbindd_domain *domain,
TALLOC_CTX *mem_ctx,
uint32 group_rid, uint32 *num_names,