summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_wbint.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 13:28:59 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:21 -0400
commitea286fed7adf93311b0ca14c3ff1e7bac74a0b9b (patch)
tree462d3392064aeddfe841ebaba58ef36f479f4a10 /source3/librpc/gen_ndr/srv_wbint.h
parent9c6f4cd12a3e62165782e34226888648649a0fef (diff)
downloadsamba-ea286fed7adf93311b0ca14c3ff1e7bac74a0b9b.tar.gz
samba-ea286fed7adf93311b0ca14c3ff1e7bac74a0b9b.tar.bz2
samba-ea286fed7adf93311b0ca14c3ff1e7bac74a0b9b.zip
s3:winbind: Add async wb_sid2uid
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 259eef7c4f..21c59b85bb 100644
--- a/source3/librpc/gen_ndr/srv_wbint.h
+++ b/source3/librpc/gen_ndr/srv_wbint.h
@@ -4,10 +4,12 @@
void _wbint_Ping(pipes_struct *p, struct wbint_Ping *r);
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);
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);
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 rpc_wbint_init(void);
#endif /* __SRV_WBINT__ */