summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-17 00:22:25 +0100
committerGünther Deschner <gd@samba.org>2009-02-17 00:23:27 +0100
commitd92edb3aa3efacdbd6f363807a6266cae263556a (patch)
treecf41d7c35b480b7acc0b9da1feac911eba3e1aec /librpc/gen_ndr/spoolss.h
parentb18125378103454956eb44c6c999d681171cdbba (diff)
downloadsamba-d92edb3aa3efacdbd6f363807a6266cae263556a.tar.gz
samba-d92edb3aa3efacdbd6f363807a6266cae263556a.tar.bz2
samba-d92edb3aa3efacdbd6f363807a6266cae263556a.zip
s3: re-run make samba3-idl.
Guenther
Diffstat (limited to 'librpc/gen_ndr/spoolss.h')
-rw-r--r--librpc/gen_ndr/spoolss.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/librpc/gen_ndr/spoolss.h b/librpc/gen_ndr/spoolss.h
index 7ac38a7eb8..dcd61650ba 100644
--- a/librpc/gen_ndr/spoolss.h
+++ b/librpc/gen_ndr/spoolss.h
@@ -1016,7 +1016,7 @@ enum spoolss_NotifyType
#endif
;
-struct spoolss_NotifyOptionsArray {
+struct spoolss_NotifyOptionType {
enum spoolss_NotifyType type;
uint16_t u1;
uint32_t u2;
@@ -1025,11 +1025,11 @@ struct spoolss_NotifyOptionsArray {
enum spoolss_Field *fields;/* [unique,size_is(count)] */
};
-struct spoolss_NotifyOptionsContainer {
+struct spoolss_NotifyOption {
uint32_t version;/* [value(2)] */
uint32_t flags;
uint32_t count;
- struct spoolss_NotifyOptionsArray *options;/* [unique,size_is(count)] */
+ struct spoolss_NotifyOptionType *types;/* [unique,size_is(count)] */
};
struct spoolss_NotifyString {
@@ -2249,9 +2249,9 @@ struct spoolss_RemoteFindFirstPrinterChangeNotifyEx {
struct policy_handle *handle;/* [ref] */
uint32_t flags;
uint32_t options;
- const char *str;/* [unique,charset(UTF16)] */
+ const char *local_machine;/* [unique,charset(UTF16)] */
uint32_t printer_local;
- struct spoolss_NotifyOptionsContainer *t1;/* [unique] */
+ struct spoolss_NotifyOption *notify_options;/* [unique] */
} in;
struct {
@@ -2282,7 +2282,7 @@ struct spoolss_RouterRefreshPrinterChangeNotify {
struct {
struct policy_handle *handle;/* [ref] */
uint32_t change_low;
- struct spoolss_NotifyOptionsContainer *container;/* [unique] */
+ struct spoolss_NotifyOption *options;/* [unique] */
} in;
struct {