summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-14 03:00:51 +0100
committerGünther Deschner <gd@samba.org>2009-03-17 10:58:07 +0100
commit4de3a46c8626d4efb3479af0427edb82fc0aa34d (patch)
tree8dba0c40b232706a49051d0ebbe78b5a46fc2b70 /librpc/gen_ndr/spoolss.h
parent92e6525ae124c97d31a46b9fe3d6d1415c219e9f (diff)
downloadsamba-4de3a46c8626d4efb3479af0427edb82fc0aa34d.tar.gz
samba-4de3a46c8626d4efb3479af0427edb82fc0aa34d.tar.bz2
samba-4de3a46c8626d4efb3479af0427edb82fc0aa34d.zip
s3: re-run make samba3-idl.
Guenther
Diffstat (limited to 'librpc/gen_ndr/spoolss.h')
-rw-r--r--librpc/gen_ndr/spoolss.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/librpc/gen_ndr/spoolss.h b/librpc/gen_ndr/spoolss.h
index 77fb03ac89..629de007b2 100644
--- a/librpc/gen_ndr/spoolss.h
+++ b/librpc/gen_ndr/spoolss.h
@@ -2088,7 +2088,7 @@ struct _spoolss_GetPrinterData {
struct {
enum spoolss_PrinterDataType *type;/* [ref] */
- DATA_BLOB data;
+ DATA_BLOB *data;/* [ref] */
uint32_t *needed;/* [ref] */
WERROR result;
} out;
@@ -2102,7 +2102,7 @@ struct __spoolss_GetPrinterData {
} in;
struct {
- union spoolss_PrinterData data;/* [switch_is(type)] */
+ union spoolss_PrinterData *data;/* [ref,switch_is(type)] */
} out;
};
@@ -2117,7 +2117,7 @@ struct spoolss_GetPrinterData {
struct {
enum spoolss_PrinterDataType *type;/* [ref] */
- union spoolss_PrinterData data;/* [subcontext_size(offered),subcontext(4),switch_is(*type)] */
+ union spoolss_PrinterData *data;/* [subcontext_size(offered),ref,subcontext(4),switch_is(*type)] */
uint32_t *needed;/* [ref] */
WERROR result;
} out;