summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_ntsvcs.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-18 01:38:08 +0100
committerGünther Deschner <gd@samba.org>2008-02-18 01:38:08 +0100
commit2a84f31e286299f93b5561d5b0b9f81e0733e13e (patch)
tree32f9fbe677162928cb99bf26d96442f08d1c98f7 /source3/librpc/gen_ndr/cli_ntsvcs.c
parent3870cae33cd5de849b31093d8b1ee911545ac09b (diff)
downloadsamba-2a84f31e286299f93b5561d5b0b9f81e0733e13e.tar.gz
samba-2a84f31e286299f93b5561d5b0b9f81e0733e13e.tar.bz2
samba-2a84f31e286299f93b5561d5b0b9f81e0733e13e.zip
Re-run make idl.
Guenther (This used to be commit cbc3f328d0deecdb7a6c2ff6088ab10ce7d0fbd5)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_ntsvcs.c')
-rw-r--r--source3/librpc/gen_ndr/cli_ntsvcs.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/cli_ntsvcs.c b/source3/librpc/gen_ndr/cli_ntsvcs.c
index 2efcf6b6c9..5597fccdb5 100644
--- a/source3/librpc/gen_ndr/cli_ntsvcs.c
+++ b/source3/librpc/gen_ndr/cli_ntsvcs.c
@@ -1766,12 +1766,20 @@ NTSTATUS rpccli_PNP_HwProfFlags(struct rpc_pipe_client *cli,
NTSTATUS rpccli_PNP_GetHwProfInfo(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
+ uint32_t idx,
+ struct PNP_HwProfInfo *info,
+ uint32_t unknown1,
+ uint32_t unknown2,
WERROR *werror)
{
struct PNP_GetHwProfInfo r;
NTSTATUS status;
/* In parameters */
+ r.in.idx = idx;
+ r.in.info = info;
+ r.in.unknown1 = unknown1;
+ r.in.unknown2 = unknown2;
if (DEBUGLEVEL >= 10) {
NDR_PRINT_IN_DEBUG(PNP_GetHwProfInfo, &r);
@@ -1797,6 +1805,7 @@ NTSTATUS rpccli_PNP_GetHwProfInfo(struct rpc_pipe_client *cli,
}
/* Return variables */
+ *info = *r.out.info;
/* Return result */
if (werror) {