summaryrefslogtreecommitdiff
path: root/source3/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
commit1d66a6beba888a1be33e4b48e2b0d2a51fdbcbc0 (patch)
treea11faf18a9f3b7da45cb9e5b21eb341cf17bd0a8 /source3/nsswitch/winbindd_proto.h
parent1838d83e241ceaa73c61c53b50d5f7104b2f6143 (diff)
downloadsamba-1d66a6beba888a1be33e4b48e2b0d2a51fdbcbc0.tar.gz
samba-1d66a6beba888a1be33e4b48e2b0d2a51fdbcbc0.tar.bz2
samba-1d66a6beba888a1be33e4b48e2b0d2a51fdbcbc0.zip
moved lookup_usergroups() into the backend structure
(This used to be commit 689f45d2079d06b09947b2cdd314867df98c938d)
Diffstat (limited to 'source3/nsswitch/winbindd_proto.h')
-rw-r--r--source3/nsswitch/winbindd_proto.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/source3/nsswitch/winbindd_proto.h b/source3/nsswitch/winbindd_proto.h
index 1d553fdceb..503f8b4267 100644
--- a/source3/nsswitch/winbindd_proto.h
+++ b/source3/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,