summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/srv_wbint.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-04 16:07:01 -0400
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:25 -0400
commit1dc1ac00512a28bdc025b00fbfa676b0f5b15751 (patch)
tree5f84b6351c3fb3f8a1248bc8bdf4d792dbb95a43 /source3/librpc/gen_ndr/srv_wbint.h
parent718a26fd29036cc200cdc1c320733eafe84d2337 (diff)
downloadsamba-1dc1ac00512a28bdc025b00fbfa676b0f5b15751.tar.gz
samba-1dc1ac00512a28bdc025b00fbfa676b0f5b15751.tar.bz2
samba-1dc1ac00512a28bdc025b00fbfa676b0f5b15751.zip
s3:winbind: Add async wb_lookupusergroups
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 af48fa3320..20ca316375 100644
--- a/source3/librpc/gen_ndr/srv_wbint.h
+++ b/source3/librpc/gen_ndr/srv_wbint.h
@@ -10,6 +10,7 @@ NTSTATUS _wbint_Uid2Sid(pipes_struct *p, struct wbint_Uid2Sid *r);
NTSTATUS _wbint_Gid2Sid(pipes_struct *p, struct wbint_Gid2Sid *r);
NTSTATUS _wbint_QueryUser(pipes_struct *p, struct wbint_QueryUser *r);
NTSTATUS _wbint_LookupUserAliases(pipes_struct *p, struct wbint_LookupUserAliases *r);
+NTSTATUS _wbint_LookupUserGroups(pipes_struct *p, struct wbint_LookupUserGroups *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);
@@ -21,5 +22,6 @@ NTSTATUS _wbint_Uid2Sid(pipes_struct *p, struct wbint_Uid2Sid *r);
NTSTATUS _wbint_Gid2Sid(pipes_struct *p, struct wbint_Gid2Sid *r);
NTSTATUS _wbint_QueryUser(pipes_struct *p, struct wbint_QueryUser *r);
NTSTATUS _wbint_LookupUserAliases(pipes_struct *p, struct wbint_LookupUserAliases *r);
+NTSTATUS _wbint_LookupUserGroups(pipes_struct *p, struct wbint_LookupUserGroups *r);
NTSTATUS rpc_wbint_init(void);
#endif /* __SRV_WBINT__ */