summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/cli_ntsvcs.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-17 23:44:50 +0100
committerGünther Deschner <gd@samba.org>2008-02-17 23:45:02 +0100
commitd7382054d7a82cf85505205370996d2abf1e62ae (patch)
tree72176899eb07d6e5f7b33ebe99a09a140b183bf4 /source3/librpc/gen_ndr/cli_ntsvcs.c
parent75a2503a3250f619bb1c669349ef982e85898cc2 (diff)
downloadsamba-d7382054d7a82cf85505205370996d2abf1e62ae.tar.gz
samba-d7382054d7a82cf85505205370996d2abf1e62ae.tar.bz2
samba-d7382054d7a82cf85505205370996d2abf1e62ae.zip
Re-run make idl.
Guenther (This used to be commit 6f396608bda65c98dfbb13f6e8661a8246c649a2)
Diffstat (limited to 'source3/librpc/gen_ndr/cli_ntsvcs.c')
-rw-r--r--source3/librpc/gen_ndr/cli_ntsvcs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/cli_ntsvcs.c b/source3/librpc/gen_ndr/cli_ntsvcs.c
index da43d451e6..c21910c95b 100644
--- a/source3/librpc/gen_ndr/cli_ntsvcs.c
+++ b/source3/librpc/gen_ndr/cli_ntsvcs.c
@@ -262,12 +262,16 @@ NTSTATUS rpccli_PNP_ReportLogOn(struct rpc_pipe_client *cli,
NTSTATUS rpccli_PNP_ValidateDeviceInstance(struct rpc_pipe_client *cli,
TALLOC_CTX *mem_ctx,
+ const char *devicepath,
+ uint32_t flags,
WERROR *werror)
{
struct PNP_ValidateDeviceInstance r;
NTSTATUS status;
/* In parameters */
+ r.in.devicepath = devicepath;
+ r.in.flags = flags;
if (DEBUGLEVEL >= 10) {
NDR_PRINT_IN_DEBUG(PNP_ValidateDeviceInstance, &r);