summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-10-31 04:37:35 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:06 -0500
commit0b0673213be1226e72987fea25a90e2a385788af (patch)
tree0994610c9d9d084c7982109887c8bde9143883c6 /source4
parent75f1497c32bbae1d603b80810412a544303fce94 (diff)
downloadsamba-0b0673213be1226e72987fea25a90e2a385788af.tar.gz
samba-0b0673213be1226e72987fea25a90e2a385788af.tar.bz2
samba-0b0673213be1226e72987fea25a90e2a385788af.zip
r3402: Fix idl for spoolss_JobInfo1.
(This used to be commit e5fe971dc557fa75d86c4b713ca4ceb10fd0c560)
Diffstat (limited to 'source4')
-rw-r--r--source4/librpc/idl/spoolss.idl12
1 files changed, 6 insertions, 6 deletions
diff --git a/source4/librpc/idl/spoolss.idl b/source4/librpc/idl/spoolss.idl
index 486fcc6f94..446cefa94c 100644
--- a/source4/librpc/idl/spoolss.idl
+++ b/source4/librpc/idl/spoolss.idl
@@ -225,12 +225,12 @@
typedef struct {
uint32 job_id;
- [relative] nstring printer_name;
- [relative] nstring server_name;
- [relative] nstring user_name;
- [relative] nstring document_name;
- [relative] nstring data_type;
- [relative] nstring text_status;
+ [relative] nstring *printer_name;
+ [relative] nstring *server_name;
+ [relative] nstring *user_name;
+ [relative] nstring *document_name;
+ [relative] nstring *data_type;
+ [relative] nstring *text_status;
uint32 status;
uint32 priority;
uint32 position;