summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_wbint.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-30 09:46:34 +0200
committerVolker Lendecke <vl@samba.org>2009-08-30 09:48:28 +0200
commit0cae043b0c1d2fa55f6709230658155caaecb4fc (patch)
tree835f5b2809527a5952abdca6f1dd86119973be69 /source3/librpc/gen_ndr/cli_wbint.h
parent9e7c6f12fdb6a8ce198359572bb9e69c7d46530a (diff)
downloadsamba-0cae043b0c1d2fa55f6709230658155caaecb4fc.tar.gz
samba-0cae043b0c1d2fa55f6709230658155caaecb4fc.tar.bz2
samba-0cae043b0c1d2fa55f6709230658155caaecb4fc.zip
w3:winbind: Convert WINBINDD_ALLOCATE_GID to the new API
Diffstat (limited to 'source3/librpc/gen_ndr/cli_wbint.h')
-rw-r--r--source3/librpc/gen_ndr/cli_wbint.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/cli_wbint.h b/source3/librpc/gen_ndr/cli_wbint.h
index f5fd812073..c535dbbd38 100644
--- a/source3/librpc/gen_ndr/cli_wbint.h
+++ b/source3/librpc/gen_ndr/cli_wbint.h
@@ -112,6 +112,16 @@ NTSTATUS rpccli_wbint_AllocateUid_recv(struct tevent_req *req,
NTSTATUS rpccli_wbint_AllocateUid(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
uint64_t *uid /* [out] [ref] */);
+struct tevent_req *rpccli_wbint_AllocateGid_send(TALLOC_CTX *mem_ctx,
+ struct tevent_context *ev,
+ struct rpc_pipe_client *cli,
+ uint64_t *_gid /* [out] [ref] */);
+NTSTATUS rpccli_wbint_AllocateGid_recv(struct tevent_req *req,
+ TALLOC_CTX *mem_ctx,
+ NTSTATUS *result);
+NTSTATUS rpccli_wbint_AllocateGid(struct rpc_pipe_client *cli,
+ TALLOC_CTX *mem_ctx,
+ uint64_t *gid /* [out] [ref] */);
struct tevent_req *rpccli_wbint_QueryUser_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct rpc_pipe_client *cli,