summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-02-12 16:15:34 +0100
committerStefan Metzmacher <metze@samba.org>2008-02-12 16:15:34 +0100
commit1f3e4e2deab26cae000268b4067ab8c2e2eee3ef (patch)
tree700870d99015bc77378d2a65763c4553b936ca85 /source4/librpc
parent7001a877d417f6b1e4125c5f2fb132e8577e9888 (diff)
downloadsamba-1f3e4e2deab26cae000268b4067ab8c2e2eee3ef.tar.gz
samba-1f3e4e2deab26cae000268b4067ab8c2e2eee3ef.tar.bz2
samba-1f3e4e2deab26cae000268b4067ab8c2e2eee3ef.zip
spoolss.idl: don't use string32 anymore and use an charset() array
metze (This used to be commit 746a715715c7af8036192ba6d74e282ceaec8c0d)
Diffstat (limited to 'source4/librpc')
-rw-r--r--source4/librpc/idl/spoolss.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl
index 114c06a00d..33b4dba7b2 100644
--- a/source4/librpc/idl/spoolss.idl
+++ b/source4/librpc/idl/spoolss.idl
@@ -58,7 +58,7 @@ import "security.idl", "winreg.idl";
} spoolss_PrinterInfo0;
typedef [public,gensize] struct {
- string32 devicename;
+ [charset(UTF16)] uint16 devicename[32];
uint16 specversion;
uint16 driverversion;
uint16 size;
@@ -77,7 +77,7 @@ import "security.idl", "winreg.idl";
uint16 yresolution;
uint16 ttoption;
uint16 collate;
- string32 formname;
+ [charset(UTF16)] uint16 formname[32];
uint16 logpixels;
uint32 bitsperpel;
uint32 pelswidth;