summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-01-07 15:14:30 +0100
committerAndreas Schneider <asn@samba.org>2013-01-07 17:02:10 +0100
commit638ed90620e3c6a35ef56a11c612c13d6b7d6ff5 (patch)
treeaa5eee02b66b07bd28b5fdcdd562b4f326e6543e /librpc
parent22994ca92ba92711e20da482292603927a82704e (diff)
downloadsamba-638ed90620e3c6a35ef56a11c612c13d6b7d6ff5.tar.gz
samba-638ed90620e3c6a35ef56a11c612c13d6b7d6ff5.tar.bz2
samba-638ed90620e3c6a35ef56a11c612c13d6b7d6ff5.zip
spoolss: add SPOOLSS_DRIVER_VERSION_2012 (4) define to IDL.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/spoolss.idl3
1 files changed, 2 insertions, 1 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index 17357508ca..5b8db72339 100644
--- a/librpc/idl/spoolss.idl
+++ b/librpc/idl/spoolss.idl
@@ -1305,7 +1305,8 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor")
SPOOLSS_DRIVER_VERSION_9X = 0,
SPOOLSS_DRIVER_VERSION_NT35 = 1,
SPOOLSS_DRIVER_VERSION_NT4 = 2,
- SPOOLSS_DRIVER_VERSION_200X = 3
+ SPOOLSS_DRIVER_VERSION_200X = 3,
+ SPOOLSS_DRIVER_VERSION_2012 = 4
} spoolss_DriverOSVersion;
typedef struct {