summaryrefslogtreecommitdiff
path: root/librpc/idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-07-02 19:39:36 +0200
committerGünther Deschner <gd@samba.org>2009-07-02 22:00:42 +0200
commitc4416684f148f494a103fc85a0d54d0e16059735 (patch)
tree304f55cbc883c90092cb4c15b7a7e2fab93a6edd /librpc/idl
parentf729abaa94e4b77fe2028d8d5ee38f9eff462fd6 (diff)
downloadsamba-c4416684f148f494a103fc85a0d54d0e16059735.tar.gz
samba-c4416684f148f494a103fc85a0d54d0e16059735.tar.bz2
samba-c4416684f148f494a103fc85a0d54d0e16059735.zip
spoolss: the flags in spoolss_PrinterInfo1 are in fact spoolss_PrinterAttributes.
Guenther
Diffstat (limited to 'librpc/idl')
-rw-r--r--librpc/idl/spoolss.idl14
1 files changed, 7 insertions, 7 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index f3064625a8..7dad7c92de 100644
--- a/librpc/idl/spoolss.idl
+++ b/librpc/idl/spoolss.idl
@@ -248,13 +248,6 @@ import "misc.idl", "security.idl", "winreg.idl";
PRINTER_ENUM_ICON7 |
PRINTER_ENUM_ICON8); /* 0x00ff0000 */
- typedef [public,gensize] struct {
- spoolss_EnumPrinterFlags flags;
- [relative] nstring *description;
- [relative] nstring *name;
- [relative] nstring *comment;
- } spoolss_PrinterInfo1;
-
typedef bitmap {
PRINTER_ATTRIBUTE_QUEUED = 0x00000001,
PRINTER_ATTRIBUTE_DIRECT = 0x00000002,
@@ -275,6 +268,13 @@ import "misc.idl", "security.idl", "winreg.idl";
} spoolss_PrinterAttributes;
typedef [public,gensize] struct {
+ spoolss_PrinterAttributes flags;
+ [relative] nstring *description;
+ [relative] nstring *name;
+ [relative] nstring *comment;
+ } spoolss_PrinterInfo1;
+
+ typedef [public,gensize] struct {
[relative] nstring *servername;
[relative] nstring *printername;
[relative] nstring *sharename;