summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-11-19 10:35:04 +0100
committerVolker Lendecke <vlendec@samba.org>2010-11-19 11:21:00 +0100
commitd50829a812403ccd17f65cdf0b53c90e86b6b5bd (patch)
tree42de53974bb7eaf99dc168e24fdb0d85a2a24402 /source3/winbindd/winbindd_proto.h
parentfcb7729c6cb3430b35ac58fd96b433ba7179d297 (diff)
downloadsamba-d50829a812403ccd17f65cdf0b53c90e86b6b5bd.tar.gz
samba-d50829a812403ccd17f65cdf0b53c90e86b6b5bd.tar.bz2
samba-d50829a812403ccd17f65cdf0b53c90e86b6b5bd.zip
s3: Remove some unused code
Autobuild-User: Volker Lendecke <vlendec@samba.org> Autobuild-Date: Fri Nov 19 11:21:00 CET 2010 on sn-devel-104
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index dc56a72152..9ddfe87480 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -369,7 +369,6 @@ void rescan_trusted_domains(struct tevent_context *ev, struct tevent_timer *te,
enum winbindd_result winbindd_dual_init_connection(struct winbindd_domain *domain,
struct winbindd_cli_state *state);
bool init_domain_list(void);
-void check_domain_trusted( const char *name, const struct dom_sid *user_sid );
struct winbindd_domain *find_domain_from_name_noinit(const char *domain_name);
struct winbindd_domain *find_domain_from_name(const char *domain_name);
struct winbindd_domain *find_domain_from_sid_noinit(const struct dom_sid *sid);