summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-21 14:37:54 +0100
committerVolker Lendecke <vl@samba.org>2009-12-21 16:27:18 +0100
commitd40edae331e84aec63ae451da1a3c9ed3496a840 (patch)
tree53d4f2e26c8cb8e48778d0fdd932a72914b9f2ce /source3/winbindd/winbindd_proto.h
parentdfd876e3e85157da3549591ca0d46a416540e115 (diff)
downloadsamba-d40edae331e84aec63ae451da1a3c9ed3496a840.tar.gz
samba-d40edae331e84aec63ae451da1a3c9ed3496a840.tar.bz2
samba-d40edae331e84aec63ae451da1a3c9ed3496a840.zip
s3: Remove unused winbindd_sid2uid_async
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index d987064cdb..51ea4fa32c 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -397,9 +397,6 @@ void winbindd_sids2xids_async(TALLOC_CTX *mem_ctx, void *sids, int size,
void *private_data);
enum winbindd_result winbindd_dual_sids2xids(struct winbindd_domain *domain,
struct winbindd_cli_state *state);
-void winbindd_sid2uid_async(TALLOC_CTX *mem_ctx, const DOM_SID *sid,
- void (*cont)(void *private_data, bool success, uid_t uid),
- void *private_data);
enum winbindd_result winbindd_dual_sid2uid(struct winbindd_domain *domain,
struct winbindd_cli_state *state);
void winbindd_sid2gid_async(TALLOC_CTX *mem_ctx, const DOM_SID *sid,