summaryrefslogtreecommitdiff
path: root/source3/nsswitch
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2001-12-10 08:36:42 +0000
committerMartin Pool <mbp@samba.org>2001-12-10 08:36:42 +0000
commit769a9dbb0041dc87c1d4c1c5a7c9dd37379353cd (patch)
treebd8f5b646977a070ff5eadacd2de4f17893b7de8 /source3/nsswitch
parent666a64ac56f940c27accbc21899ca69cb3aa5eb0 (diff)
downloadsamba-769a9dbb0041dc87c1d4c1c5a7c9dd37379353cd.tar.gz
samba-769a9dbb0041dc87c1d4c1c5a7c9dd37379353cd.tar.bz2
samba-769a9dbb0041dc87c1d4c1c5a7c9dd37379353cd.zip
Make proto
(This used to be commit 83ab28a7e5cc75d3cdf35c083b057a1c7e50192d)
Diffstat (limited to 'source3/nsswitch')
-rw-r--r--source3/nsswitch/winbindd_proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_proto.h b/source3/nsswitch/winbindd_proto.h
index 4abc10c63b..9de38a3543 100644
--- a/source3/nsswitch/winbindd_proto.h
+++ b/source3/nsswitch/winbindd_proto.h
@@ -101,7 +101,6 @@ enum winbindd_result winbindd_list_users(struct winbindd_cli_state *state);
struct winbindd_domain *find_domain_from_name(char *domain_name);
struct winbindd_domain *find_domain_from_sid(DOM_SID *sid);
BOOL get_domain_info(void);
-BOOL lookup_domain_sid(char *domain_name, struct winbindd_domain *domain);
BOOL winbindd_lookup_sid_by_name(struct winbindd_domain *domain,
const char *name, DOM_SID *sid, enum SID_NAME_USE *type);
BOOL winbindd_lookup_name_by_sid(DOM_SID *sid,