spoolss: flag spoolss_PortInfo structs as [public,gensize].
authorGünther Deschner <gd@samba.org>
Fri, 6 Mar 2009 22:37:14 +0000 (23:37 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 6 Mar 2009 23:55:35 +0000 (00:55 +0100)
Guenther

librpc/idl/spoolss.idl

index 85cbdd174c21d7b944172309e2be4cfe7e2f4756..0f6267894531766a3947a50fa257fc8b3b9faf41 100644 (file)
@@ -1509,7 +1509,7 @@ import "misc.idl", "security.idl", "winreg.idl";
                [out,ref] uint32 *needed
        );
 
-       typedef struct {
+       typedef [public,gensize] struct {
                [relative] nstring *port_name;
        } spoolss_PortInfo1;
 
@@ -1520,7 +1520,7 @@ import "misc.idl", "security.idl", "winreg.idl";
                SPOOLSS_PORT_TYPE_NET_ATTACHED  = 0x00000008
        } spoolss_PortType;
 
-       typedef struct {
+       typedef [public,gensize] struct {
                [relative] nstring *port_name;
                [relative] nstring *monitor_name;
                [relative] nstring *description;
@@ -1550,13 +1550,13 @@ import "misc.idl", "security.idl", "winreg.idl";
                PORT_STATUS_TYPE_INFO           = 0x00000003
        } spoolss_PortSeverity;
 
-       typedef struct {
+       typedef [public,gensize] struct {
                spoolss_PortStatus status;
                [relative] nstring *status_string;
                spoolss_PortSeverity severity;
        } spoolss_PortInfo3;
 
-       typedef struct {
+       typedef [public,gensize] struct {
                [relative] nstring *port_name;
                DATA_BLOB monitor_data; /* relative ?? */
        } spoolss_PortInfoFF;