diff options
-rw-r--r-- | source4/librpc/idl/spoolss.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl index 5ef5b7aa43..a0a3c8aca8 100644 --- a/source4/librpc/idl/spoolss.idl +++ b/source4/librpc/idl/spoolss.idl @@ -66,7 +66,7 @@ uint32 bottom; } spoolss_FormInfo1; - typedef struct { + typedef [public] struct { [relative] nstring *servername; [relative] nstring *printername; [relative] nstring *sharename; @@ -101,7 +101,7 @@ uint32 attributes; } spoolss_PrinterInfo4; - typedef struct { + typedef [public] struct { [relative] nstring *printername; [relative] nstring *portname; uint32 attributes; |