summaryrefslogtreecommitdiff
path: root/source3/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-17 23:14:47 +0100
committerGünther Deschner <gd@samba.org>2008-02-17 23:14:47 +0100
commitaddc906df5d978452a363c1e48e4b78701f66676 (patch)
treefcc84b629c27f3e251aebaeb7ddd9744d02a4a8d /source3/librpc
parent6a98db8f954b15fb027404288061aa048e79c4f6 (diff)
downloadsamba-addc906df5d978452a363c1e48e4b78701f66676.tar.gz
samba-addc906df5d978452a363c1e48e4b78701f66676.tar.bz2
samba-addc906df5d978452a363c1e48e4b78701f66676.zip
Fill in IDL for PNP_GetVersion (based from samba3).
Guenther (This used to be commit fc438c7ad684acdfb074e5eb7a1a102a41535240)
Diffstat (limited to 'source3/librpc')
-rw-r--r--source3/librpc/idl/ntsvcs.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/librpc/idl/ntsvcs.idl b/source3/librpc/idl/ntsvcs.idl
index 1c4850b4c3..3c38bc3b91 100644
--- a/source3/librpc/idl/ntsvcs.idl
+++ b/source3/librpc/idl/ntsvcs.idl
@@ -22,7 +22,9 @@ interface ntsvcs
/******************/
/* Function: 0x02 */
- WERROR PNP_GetVersion();
+ WERROR PNP_GetVersion(
+ [out,ref] uint16 *version
+ );
/******************/
/* Function: 0x03 */