summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-21 14:42:18 +0100
committerVolker Lendecke <vl@samba.org>2009-12-21 16:27:19 +0100
commit4b84d7539919253bdaaddebdee3b3561c3f1cefb (patch)
tree39a79a07a8c0942e387058ca05318f8c09bc77f6 /source3/winbindd/winbindd_proto.h
parent3f98c2c7ab51de028c63443c6308a36af349365e (diff)
downloadsamba-4b84d7539919253bdaaddebdee3b3561c3f1cefb.tar.gz
samba-4b84d7539919253bdaaddebdee3b3561c3f1cefb.tar.bz2
samba-4b84d7539919253bdaaddebdee3b3561c3f1cefb.zip
s3: Remove unused do_async
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index d40fc664ef..fd9e86e0d6 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -82,12 +82,6 @@ NTSTATUS winbindd_lookup_names(TALLOC_CTX *mem_ctx,
/* The following definitions come from winbindd/winbindd_async.c */
-void do_async(TALLOC_CTX *mem_ctx, struct winbindd_child *child,
- const struct winbindd_request *request,
- void (*cont)(TALLOC_CTX *mem_ctx, bool success,
- struct winbindd_response *response,
- void *c, void *private_data),
- void *c, void *private_data);
enum winbindd_result winbindd_dual_lookupsid(struct winbindd_domain *domain,
struct winbindd_cli_state *state);
enum winbindd_result winbindd_dual_lookupname(struct winbindd_domain *domain,