summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_wbint.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-03 23:44:46 +0200
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:20 -0400
commitbb359c780aee3fd7e1074db93a28c95590ae5d36 (patch)
tree20da9d2b875a3b93fc09f9c2ec74d7c9928f19cf /source3/librpc/gen_ndr/srv_wbint.h
parent2d6589fb0243cb2b73615de1aaea38a3059c08ed (diff)
downloadsamba-bb359c780aee3fd7e1074db93a28c95590ae5d36.tar.gz
samba-bb359c780aee3fd7e1074db93a28c95590ae5d36.tar.bz2
samba-bb359c780aee3fd7e1074db93a28c95590ae5d36.zip
s3:winbind: Add async wb_lookupsid
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 af3d21a43d..6e6183989c 100644
--- a/source3/librpc/gen_ndr/srv_wbint.h
+++ b/source3/librpc/gen_ndr/srv_wbint.h
@@ -2,8 +2,10 @@
#ifndef __SRV_WBINT__
#define __SRV_WBINT__
void _wbint_Ping(pipes_struct *p, struct wbint_Ping *r);
+NTSTATUS _wbint_LookupSid(pipes_struct *p, struct wbint_LookupSid *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 rpc_wbint_init(void);
#endif /* __SRV_WBINT__ */