summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-11-16 16:11:14 +0100
committerVolker Lendecke <vl@samba.org>2010-11-17 12:17:21 +0100
commit0a19617c9785425e3328f82d022930d3fa91e7b3 (patch)
tree951b485de5220f22ba844d5eae07679ba40e36bf /source3/winbindd/winbindd_proto.h
parent705d93d2ad3fffbe69fe19d521631bf6e249e4f1 (diff)
downloadsamba-0a19617c9785425e3328f82d022930d3fa91e7b3.tar.gz
samba-0a19617c9785425e3328f82d022930d3fa91e7b3.tar.bz2
samba-0a19617c9785425e3328f82d022930d3fa91e7b3.zip
s3: Move parse_sidlist to the only calling file
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h5
1 files changed, 0 insertions, 5 deletions
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);