summaryrefslogtreecommitdiff
path: root/source3/nsswitch/winbindd.h
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2005-11-12 18:22:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:05:24 -0500
commit789bed878aa94edf22521c6c1946d3ab73462516 (patch)
treea7aeff31da44e8051d7c86c5206f6525df8c258a /source3/nsswitch/winbindd.h
parentf8cb37ab19cc9499c23a1e1f40427ed48b707870 (diff)
downloadsamba-789bed878aa94edf22521c6c1946d3ab73462516.tar.gz
samba-789bed878aa94edf22521c6c1946d3ab73462516.tar.bz2
samba-789bed878aa94edf22521c6c1946d3ab73462516.zip
r11704: methods->alternate_name is not used anymore -- remove it
(This used to be commit 4a4f85f0ef8545b7062e9a49392d4488aa108036)
Diffstat (limited to 'source3/nsswitch/winbindd.h')
-rw-r--r--source3/nsswitch/winbindd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/nsswitch/winbindd.h b/source3/nsswitch/winbindd.h
index 3adf7717d6..00a0233055 100644
--- a/source3/nsswitch/winbindd.h
+++ b/source3/nsswitch/winbindd.h
@@ -275,9 +275,6 @@ struct winbindd_methods {
char ***names,
char ***alt_names,
DOM_SID **dom_sids);
-
- /* setup the list of alternate names for the domain, if any */
- NTSTATUS (*alternate_name)(struct winbindd_domain *domain);
};
/* Used to glue a policy handle and cli_state together */