From 0a19617c9785425e3328f82d022930d3fa91e7b3 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Tue, 16 Nov 2010 16:11:14 +0100 Subject: s3: Move parse_sidlist to the only calling file --- source3/winbindd/winbindd_proto.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source3/winbindd/winbindd_proto.h') diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h index dbe723bead..dc56a72152 100644 --- a/source3/winbindd/winbindd_proto.h +++ b/source3/winbindd/winbindd_proto.h @@ -55,11 +55,6 @@ NTSTATUS winbindd_lookup_names(TALLOC_CTX *mem_ctx, struct dom_sid **sids, enum lsa_SidType **types); -/* The following definitions come from winbindd/winbindd_async.c */ - -bool parse_sidlist(TALLOC_CTX *mem_ctx, const char *sidstr, - struct dom_sid **sids, uint32_t *num_sids); - /* The following definitions come from winbindd/winbindd_cache.c */ struct cache_entry *centry_start(struct winbindd_domain *domain, NTSTATUS status); -- cgit