summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_wbint.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 07:22:34 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:20 -0400
commita5416770776c0ade8518e8875d47097662b026a6 (patch)
tree6841769c032619044cc733424c2643f6b5d2ac76 /source3/librpc/gen_ndr/srv_wbint.h
parentf6554611ab90aa113a7579ce3a9fef765c19d98c (diff)
downloadsamba-a5416770776c0ade8518e8875d47097662b026a6.tar.gz
samba-a5416770776c0ade8518e8875d47097662b026a6.tar.bz2
samba-a5416770776c0ade8518e8875d47097662b026a6.zip
s3:winbind: Add async wb_lookupname
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 6e6183989c..259eef7c4f 100644
--- a/source3/librpc/gen_ndr/srv_wbint.h
+++ b/source3/librpc/gen_ndr/srv_wbint.h
@@ -3,9 +3,11 @@
#define __SRV_WBINT__
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);
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 rpc_wbint_init(void);
#endif /* __SRV_WBINT__ */