summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-21 14:31:31 +0100
committerVolker Lendecke <vl@samba.org>2009-12-21 16:27:18 +0100
commitebcb28ca73eb17d1dcdc8c5a3f9ffca28ad348fb (patch)
treea8508b604a1af57f8826ce178cb81a3a70d8fc07 /source3/winbindd/winbindd_proto.h
parent0c362597c0f933b3612bb17328c0a13b73d72e43 (diff)
downloadsamba-ebcb28ca73eb17d1dcdc8c5a3f9ffca28ad348fb.tar.gz
samba-ebcb28ca73eb17d1dcdc8c5a3f9ffca28ad348fb.tar.bz2
samba-ebcb28ca73eb17d1dcdc8c5a3f9ffca28ad348fb.zip
s3: Remove unused winbindd_lookupsid_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 6e232c9db8..6cd1799d17 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -88,12 +88,6 @@ void do_async(TALLOC_CTX *mem_ctx, struct winbindd_child *child,
struct winbindd_response *response,
void *c, void *private_data),
void *c, void *private_data);
-void winbindd_lookupsid_async(TALLOC_CTX *mem_ctx, const DOM_SID *sid,
- void (*cont)(void *private_data, bool success,
- const char *dom_name,
- const char *name,
- enum lsa_SidType type),
- void *private_data);
enum winbindd_result winbindd_dual_lookupsid(struct winbindd_domain *domain,
struct winbindd_cli_state *state);
void winbindd_lookupname_async(TALLOC_CTX *mem_ctx,