summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-02 17:31:29 +0100
committerGünther Deschner <gd@samba.org>2009-03-06 14:27:49 +0100
commit4941e80d0ec0ca61a0edaff15edeb2d58b5be769 (patch)
tree3ca829addf739004ea5badfa2db1d0bb0127cbe3 /librpc/gen_ndr/spoolss.h
parentfb4ab25eec7d5d2645d3f3d2a6d676e48c0e6284 (diff)
downloadsamba-4941e80d0ec0ca61a0edaff15edeb2d58b5be769.tar.gz
samba-4941e80d0ec0ca61a0edaff15edeb2d58b5be769.tar.bz2
samba-4941e80d0ec0ca61a0edaff15edeb2d58b5be769.zip
s3: re-run make samba3-idl.
Guenther
Diffstat (limited to 'librpc/gen_ndr/spoolss.h')
-rw-r--r--librpc/gen_ndr/spoolss.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/librpc/gen_ndr/spoolss.h b/librpc/gen_ndr/spoolss.h
index 9c5496e07c..d2ece73388 100644
--- a/librpc/gen_ndr/spoolss.h
+++ b/librpc/gen_ndr/spoolss.h
@@ -1597,7 +1597,7 @@ struct spoolss_EnumPrinters {
struct {
uint32_t *count;/* [ref] */
- union spoolss_PrinterInfo *info;/* [unique,switch_is(level),size_is(*count)] */
+ union spoolss_PrinterInfo **info;/* [ref,switch_is(level),size_is(*count)] */
uint32_t *needed;/* [ref] */
WERROR result;
} out;
@@ -1699,7 +1699,7 @@ struct spoolss_EnumJobs {
struct {
uint32_t *count;/* [ref] */
- union spoolss_JobInfo *info;/* [unique,switch_is(level),size_is(*count)] */
+ union spoolss_JobInfo **info;/* [ref,switch_is(level),size_is(*count)] */
uint32_t *needed;/* [ref] */
WERROR result;
} out;
@@ -1816,7 +1816,7 @@ struct spoolss_EnumPrinterDrivers {
struct {
uint32_t *count;/* [ref] */
- union spoolss_DriverInfo *info;/* [unique,switch_is(level),size_is(*count)] */
+ union spoolss_DriverInfo **info;/* [ref,switch_is(level),size_is(*count)] */
uint32_t *needed;/* [ref] */
WERROR result;
} out;
@@ -1922,7 +1922,7 @@ struct spoolss_EnumPrintProcessors {
struct {
uint32_t *count;/* [ref] */
- union spoolss_PrintProcessorInfo *info;/* [unique,switch_is(level),size_is(*count)] */
+ union spoolss_PrintProcessorInfo **info;/* [ref,switch_is(level),size_is(*count)] */
uint32_t *needed;/* [ref] */
WERROR result;
} out;
@@ -2283,7 +2283,7 @@ struct spoolss_EnumForms {
struct {
uint32_t *count;/* [ref] */
- union spoolss_FormInfo *info;/* [unique,switch_is(level),size_is(*count)] */
+ union spoolss_FormInfo **info;/* [ref,switch_is(level),size_is(*count)] */
uint32_t *needed;/* [ref] */
WERROR result;
} out;
@@ -2332,7 +2332,7 @@ struct spoolss_EnumPorts {
struct {
uint32_t *count;/* [ref] */
- union spoolss_PortInfo *info;/* [unique,switch_is(level),size_is(*count)] */
+ union spoolss_PortInfo **info;/* [ref,switch_is(level),size_is(*count)] */
uint32_t *needed;/* [ref] */
WERROR result;
} out;
@@ -2381,7 +2381,7 @@ struct spoolss_EnumMonitors {
struct {
uint32_t *count;/* [ref] */
- union spoolss_MonitorInfo *info;/* [unique,switch_is(level),size_is(*count)] */
+ union spoolss_MonitorInfo **info;/* [ref,switch_is(level),size_is(*count)] */
uint32_t *needed;/* [ref] */
WERROR result;
} out;