spoolss: flag spoolss_FormInfo1 and 2 with [public,gensize].
authorGünther Deschner <gd@samba.org>
Fri, 6 Mar 2009 11:05:25 +0000 (12:05 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 6 Mar 2009 13:31:43 +0000 (14:31 +0100)
Guenther

librpc/idl/spoolss.idl

index 147c6eb8d9a425bc8e0c499ea4ed1da2f4f908e6..e1402f2afbbdfe57c09313d9c89f6111619d7c3d 100644 (file)
@@ -1392,7 +1392,7 @@ import "misc.idl", "security.idl", "winreg.idl";
                uint32 bottom;
        } spoolss_FormArea;
 
-       typedef struct {
+       typedef [public,gensize] struct {
                spoolss_FormFlags flags;
                [relative] nstring *form_name;
                spoolss_FormSize size;
@@ -1405,7 +1405,7 @@ import "misc.idl", "security.idl", "winreg.idl";
                SPOOLSS_FORM_STRING_TYPE_LANG_PAIR      = 0x00000004
        } spoolss_FormStringType;
 
-       typedef struct {
+       typedef [public,gensize] struct {
                spoolss_FormFlags flags;
                [relative] nstring *form_name;
                spoolss_FormSize size;