summaryrefslogtreecommitdiff
path: root/librpc/idl/spoolss.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-06 12:17:33 +0100
committerGünther Deschner <gd@samba.org>2009-02-06 14:59:18 +0100
commitea2d151721f531defc5b97dd7c91cd8df6300b1e (patch)
tree28ce4053153d3b512b3188e1096537079532f3cd /librpc/idl/spoolss.idl
parent8b84c97e8db17858344d1f953d199bd40ac70883 (diff)
downloadsamba-ea2d151721f531defc5b97dd7c91cd8df6300b1e.tar.gz
samba-ea2d151721f531defc5b97dd7c91cd8df6300b1e.tar.bz2
samba-ea2d151721f531defc5b97dd7c91cd8df6300b1e.zip
spoolss: fix spoolss_GetPrinter IDL.
Guenther
Diffstat (limited to 'librpc/idl/spoolss.idl')
-rw-r--r--librpc/idl/spoolss.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index 1188b36ff1..458dfb9537 100644
--- a/librpc/idl/spoolss.idl
+++ b/librpc/idl/spoolss.idl
@@ -438,7 +438,7 @@ import "misc.idl", "security.idl", "winreg.idl";
[in,unique] DATA_BLOB *buffer,
[in] uint32 offered,
[out,unique,subcontext(4),subcontext_size(offered),switch_is(level)] spoolss_PrinterInfo *info,
- [out] uint32 needed
+ [out,ref] uint32 *needed
);
/******************/