From fc438c7ad684acdfb074e5eb7a1a102a41535240 Mon Sep 17 00:00:00 2001 From: =?utf8?q?G=C3=BCnther=20Deschner?= Date: Sun, 17 Feb 2008 23:14:47 +0100 Subject: [PATCH] Fill in IDL for PNP_GetVersion (based from samba3). Guenther --- source/librpc/idl/ntsvcs.idl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/librpc/idl/ntsvcs.idl b/source/librpc/idl/ntsvcs.idl index 1c4850b4c32..3c38bc3b91c 100644 --- a/source/librpc/idl/ntsvcs.idl +++ b/source/librpc/idl/ntsvcs.idl @@ -22,7 +22,9 @@ interface ntsvcs /******************/ /* Function: 0x02 */ - WERROR PNP_GetVersion(); + WERROR PNP_GetVersion( + [out,ref] uint16 *version + ); /******************/ /* Function: 0x03 */ -- 2.11.4.GIT