summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-12-21 14:39:36 +0100
committerVolker Lendecke <vl@samba.org>2009-12-21 16:27:18 +0100
commit93bcc348d230716dfeebbb45ed2c85b7b711c0f9 (patch)
tree13b9da5833b2d750e8585988c1d842d42030037c /source3/winbindd/winbindd_proto.h
parentfb77442c2d96f4a0085256a5d80ebd3dd1fe8b96 (diff)
downloadsamba-93bcc348d230716dfeebbb45ed2c85b7b711c0f9.tar.gz
samba-93bcc348d230716dfeebbb45ed2c85b7b711c0f9.tar.bz2
samba-93bcc348d230716dfeebbb45ed2c85b7b711c0f9.zip
s3: Remove unused winbindd_uid2sid_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 80f9f8f95d..8bbb29aeb7 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -401,9 +401,6 @@ enum winbindd_result winbindd_dual_sid2uid(struct winbindd_domain *domain,
struct winbindd_cli_state *state);
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,
- void (*cont)(void *private_data, bool success, const char *sid),
- void *private_data);
enum winbindd_result winbindd_dual_uid2sid(struct winbindd_domain *domain,
struct winbindd_cli_state *state);
void winbindd_gid2sid_async(TALLOC_CTX *mem_ctx, gid_t gid,