summaryrefslogtreecommitdiff
path: root/librpc/idl/spoolss.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-07-03 14:08:05 +0200
committerGünther Deschner <gd@samba.org>2009-07-03 22:05:29 +0200
commitc5415e7e09d40518e20fe12f6f9ad88e4da8369e (patch)
tree94fcc553ffbd460c7a9a02bb59521afd0465b088 /librpc/idl/spoolss.idl
parentbee0421f4c8017a86d00392c0efe45d2009a71f9 (diff)
downloadsamba-c5415e7e09d40518e20fe12f6f9ad88e4da8369e.tar.gz
samba-c5415e7e09d40518e20fe12f6f9ad88e4da8369e.tar.bz2
samba-c5415e7e09d40518e20fe12f6f9ad88e4da8369e.zip
spoolss: the flags in spoolss_SetPrinterInfo1 are in fact spoolss_PrinterAttributes.
Guenther
Diffstat (limited to 'librpc/idl/spoolss.idl')
-rw-r--r--librpc/idl/spoolss.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index 91a7cf0d04..d4c6e198b8 100644
--- a/librpc/idl/spoolss.idl
+++ b/librpc/idl/spoolss.idl
@@ -686,7 +686,7 @@ import "misc.idl", "security.idl", "winreg.idl";
} spoolss_SetPrinterInfo0;
typedef struct {
- spoolss_EnumPrinterFlags flags;
+ spoolss_PrinterAttributes flags;
[string,charset(UTF16)] uint16 *description;
[string,charset(UTF16)] uint16 *name;
[string,charset(UTF16)] uint16 *comment;