summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-21 14:58:21 +0100
committerVolker Lendecke <vl@samba.org>2009-12-21 16:27:19 +0100
commit9568c762ac59e40d17a2c458c2dc6d248b435113 (patch)
treeeedb9a8a6ee6f4ac76633433e155f1c2e3f1e6a2 /source3/winbindd/winbindd_proto.h
parent958fdaf5c3ba17969a5110e6b2b08babb9096d7e (diff)
downloadsamba-9568c762ac59e40d17a2c458c2dc6d248b435113.tar.gz
samba-9568c762ac59e40d17a2c458c2dc6d248b435113.tar.bz2
samba-9568c762ac59e40d17a2c458c2dc6d248b435113.zip
s3: Remove unused winbindd_dual_getuserdomgroups
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index afcbcdbeca..950630b7e7 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -353,8 +353,6 @@ void winbindd_getgroups(struct winbindd_cli_state *state);
void winbindd_getusersids(struct winbindd_cli_state *state);
void winbindd_getuserdomgroups(struct winbindd_cli_state *state);
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);