summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_wbint.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 13:52:39 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:21 -0400
commit3eff8e93e283828afdb3413aec2dae5c01b101b3 (patch)
tree2b026feb68c2fb3060d3fdfa0747fbc88b288033 /source3/librpc/gen_ndr/srv_wbint.h
parent5db561a608a11895d8a9a038a98a9fcc7c867d59 (diff)
downloadsamba-3eff8e93e283828afdb3413aec2dae5c01b101b3.tar.gz
samba-3eff8e93e283828afdb3413aec2dae5c01b101b3.tar.bz2
samba-3eff8e93e283828afdb3413aec2dae5c01b101b3.zip
s3:winbind: Add async wb_uid2sid
Diffstat (limited to 'source3/librpc/gen_ndr/srv_wbint.h')
-rw-r--r--source3/librpc/gen_ndr/srv_wbint.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/srv_wbint.h b/source3/librpc/gen_ndr/srv_wbint.h
index e8ad0ac764..d1141b0a02 100644
--- a/source3/librpc/gen_ndr/srv_wbint.h
+++ b/source3/librpc/gen_ndr/srv_wbint.h
@@ -6,6 +6,7 @@ NTSTATUS _wbint_LookupSid(pipes_struct *p, struct wbint_LookupSid *r);
NTSTATUS _wbint_LookupName(pipes_struct *p, struct wbint_LookupName *r);
NTSTATUS _wbint_Sid2Uid(pipes_struct *p, struct wbint_Sid2Uid *r);
NTSTATUS _wbint_Sid2Gid(pipes_struct *p, struct wbint_Sid2Gid *r);
+NTSTATUS _wbint_Uid2Sid(pipes_struct *p, struct wbint_Uid2Sid *r);
void wbint_get_pipe_fns(struct api_struct **fns, int *n_fns);
NTSTATUS rpc_wbint_dispatch(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, const struct ndr_interface_table *table, uint32_t opnum, void *r);
void _wbint_Ping(pipes_struct *p, struct wbint_Ping *r);
@@ -13,5 +14,6 @@ NTSTATUS _wbint_LookupSid(pipes_struct *p, struct wbint_LookupSid *r);
NTSTATUS _wbint_LookupName(pipes_struct *p, struct wbint_LookupName *r);
NTSTATUS _wbint_Sid2Uid(pipes_struct *p, struct wbint_Sid2Uid *r);
NTSTATUS _wbint_Sid2Gid(pipes_struct *p, struct wbint_Sid2Gid *r);
+NTSTATUS _wbint_Uid2Sid(pipes_struct *p, struct wbint_Uid2Sid *r);
NTSTATUS rpc_wbint_init(void);
#endif /* __SRV_WBINT__ */