summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-21 15:01:44 +0100
committerVolker Lendecke <vl@samba.org>2009-12-21 16:27:19 +0100
commit0a130daf74b68ffedb3e169f5a051cdbfa92794b (patch)
treed5e731b59812bfab9ed5f1f75946bcf0ec229b60 /source3/winbindd/winbindd_proto.h
parent66bcae6064833eb6250e2d4c6e35352a068317fb (diff)
downloadsamba-0a130daf74b68ffedb3e169f5a051cdbfa92794b.tar.gz
samba-0a130daf74b68ffedb3e169f5a051cdbfa92794b.tar.bz2
samba-0a130daf74b68ffedb3e169f5a051cdbfa92794b.zip
s3: Remove unused winbindd_dual_getsidaliases
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 950630b7e7..98f3ebd7e1 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -95,8 +95,6 @@ bool print_sidlist(TALLOC_CTX *mem_ctx, const DOM_SID *sids,
size_t num_sids, char **result, ssize_t *len);
bool parse_sidlist(TALLOC_CTX *mem_ctx, const char *sidstr,
DOM_SID **sids, size_t *num_sids);
-enum winbindd_result winbindd_dual_getsidaliases(struct winbindd_domain *domain,
- struct winbindd_cli_state *state);
/* The following definitions come from winbindd/winbindd_cache.c */