summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-21 14:34:15 +0100
committerVolker Lendecke <vl@samba.org>2009-12-21 16:27:18 +0100
commit2591a524c0661b5dd4ed4e220a8b62cd76c00b41 (patch)
tree907d55551ea5896720a6d5e67cc6daf0fb4211cb /source3/winbindd/winbindd_proto.h
parent5156fa8c7453fa69f4ee2d8fea4c5b38e65fc424 (diff)
downloadsamba-2591a524c0661b5dd4ed4e220a8b62cd76c00b41.tar.gz
samba-2591a524c0661b5dd4ed4e220a8b62cd76c00b41.tar.bz2
samba-2591a524c0661b5dd4ed4e220a8b62cd76c00b41.zip
s3: Remove unused query_user_async
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 82c31ce616..d987064cdb 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -107,16 +107,6 @@ bool parse_sidlist(TALLOC_CTX *mem_ctx, const char *sidstr,
DOM_SID **sids, size_t *num_sids);
enum winbindd_result winbindd_dual_getsidaliases(struct winbindd_domain *domain,
struct winbindd_cli_state *state);
-void query_user_async(TALLOC_CTX *mem_ctx, struct winbindd_domain *domain,
- const DOM_SID *sid,
- void (*cont)(void *private_data, bool success,
- const char *acct_name,
- const char *full_name,
- const char *homedir,
- const char *shell,
- gid_t gid,
- uint32 group_rid),
- void *private_data);
/* The following definitions come from winbindd/winbindd_cache.c */