summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-06 18:35:01 +0100
committerGünther Deschner <gd@samba.org>2009-02-06 18:36:53 +0100
commit6f38fe3e66d1af1ed22dd8ddf88798d39c0f826b (patch)
tree1c69f21c4525a62fbbc3e0390c9c6a1af35a1abe /librpc/gen_ndr/spoolss.h
parent1ebd35e872a7ef4def2a835ecb371079020fa53d (diff)
downloadsamba-6f38fe3e66d1af1ed22dd8ddf88798d39c0f826b.tar.gz
samba-6f38fe3e66d1af1ed22dd8ddf88798d39c0f826b.tar.bz2
samba-6f38fe3e66d1af1ed22dd8ddf88798d39c0f826b.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 fc32177a91..692e9a919b 100644
--- a/librpc/gen_ndr/spoolss.h
+++ b/librpc/gen_ndr/spoolss.h
@@ -1240,7 +1240,7 @@ struct _spoolss_GetPrinterData {
} in;
struct {
- enum spoolss_PrinterDataType type;
+ enum spoolss_PrinterDataType *type;/* [ref] */
DATA_BLOB data;
uint32_t *needed;/* [ref] */
WERROR result;
@@ -1269,8 +1269,8 @@ struct spoolss_GetPrinterData {
} in;
struct {
- enum spoolss_PrinterDataType type;
- union spoolss_PrinterData data;/* [subcontext_size(offered),subcontext(4),switch_is(type)] */
+ enum spoolss_PrinterDataType *type;/* [ref] */
+ union spoolss_PrinterData data;/* [subcontext_size(offered),subcontext(4),switch_is(*type)] */
uint32_t *needed;/* [ref] */
WERROR result;
} out;