summaryrefslogtreecommitdiffstats
path: root/source/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
commit4a4f85f0ef8545b7062e9a49392d4488aa108036 (patch)
tree8cf41a1d7411a1c2252e7bde7acb78c40523378b /source/nsswitch/winbindd.h
parent61e7366e0f545e8ef1aad45a3ab3f6aac1ca6049 (diff)
downloadsamba-4a4f85f0ef8545b7062e9a49392d4488aa108036.tar.gz
samba-4a4f85f0ef8545b7062e9a49392d4488aa108036.tar.xz
samba-4a4f85f0ef8545b7062e9a49392d4488aa108036.zip
r11704: methods->alternate_name is not used anymore -- remove it
Diffstat (limited to 'source/nsswitch/winbindd.h')
-rw-r--r--source/nsswitch/winbindd.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source/nsswitch/winbindd.h b/source/nsswitch/winbindd.h
index 3adf7717d6d..00a02330559 100644
--- a/source/nsswitch/winbindd.h
+++ b/source/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 */