summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-21 14:32:34 +0100
committerVolker Lendecke <vl@samba.org>2009-12-21 16:27:18 +0100
commit0c3e3b7ab09eee927f8fbe8cabc1819ddde7c215 (patch)
tree115978c7057c31e3cd2835b70997be86501b6548 /source3/winbindd/winbindd_proto.h
parentebcb28ca73eb17d1dcdc8c5a3f9ffca28ad348fb (diff)
downloadsamba-0c3e3b7ab09eee927f8fbe8cabc1819ddde7c215.tar.gz
samba-0c3e3b7ab09eee927f8fbe8cabc1819ddde7c215.tar.bz2
samba-0c3e3b7ab09eee927f8fbe8cabc1819ddde7c215.zip
s3: Remove unused winbindd_lookupname_async
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 6cd1799d17..69ce15116c 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -90,13 +90,6 @@ void do_async(TALLOC_CTX *mem_ctx, struct winbindd_child *child,
void *c, 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,
- const char *dom_name, const char *name,
- void (*cont)(void *private_data, bool success,
- const DOM_SID *sid,
- enum lsa_SidType type),
- enum winbindd_cmd orig_cmd,
- void *private_data);
enum winbindd_result winbindd_dual_lookupname(struct winbindd_domain *domain,
struct winbindd_cli_state *state);
void winbindd_listent_async(TALLOC_CTX *mem_ctx,