summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-21 14:38:31 +0100
committerVolker Lendecke <vl@samba.org>2009-12-21 16:27:18 +0100
commitfb77442c2d96f4a0085256a5d80ebd3dd1fe8b96 (patch)
tree378606af5143e0fbfa9d4ec155adee83fe75f4c1 /source3/winbindd/winbindd_proto.h
parentd40edae331e84aec63ae451da1a3c9ed3496a840 (diff)
downloadsamba-fb77442c2d96f4a0085256a5d80ebd3dd1fe8b96.tar.gz
samba-fb77442c2d96f4a0085256a5d80ebd3dd1fe8b96.tar.bz2
samba-fb77442c2d96f4a0085256a5d80ebd3dd1fe8b96.zip
s3: Remove unused winbindd_sid2gid_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 51ea4fa32c..80f9f8f95d 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -399,9 +399,6 @@ enum winbindd_result winbindd_dual_sids2xids(struct winbindd_domain *domain,
struct winbindd_cli_state *state);
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,
- void (*cont)(void *private_data, bool success, gid_t gid),
- void *private_data);
enum winbindd_result winbindd_dual_sid2gid(struct winbindd_domain *domain,
struct winbindd_cli_state *state);
void winbindd_uid2sid_async(TALLOC_CTX *mem_ctx, uid_t uid,