summaryrefslogtreecommitdiff
path: root/librpc/gen_ndr/spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-11-20 12:57:13 +0100
committerGünther Deschner <gd@samba.org>2009-11-23 11:44:43 +0100
commit366946f29b58a6efa7acbfe2a74b2ddbad4d32a2 (patch)
treef222f22baf67f26f83dbdc6cd4333cd5f2195468 /librpc/gen_ndr/spoolss.h
parent579bb30188eac3393dfa0d72fd825b7acf8444c9 (diff)
downloadsamba-366946f29b58a6efa7acbfe2a74b2ddbad4d32a2.tar.gz
samba-366946f29b58a6efa7acbfe2a74b2ddbad4d32a2.tar.bz2
samba-366946f29b58a6efa7acbfe2a74b2ddbad4d32a2.zip
spoolss: fix spoolss_EnumPrinterKey IDL.
Guenther
Diffstat (limited to 'librpc/gen_ndr/spoolss.h')
-rw-r--r--librpc/gen_ndr/spoolss.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/gen_ndr/spoolss.h b/librpc/gen_ndr/spoolss.h
index 2b9fc5108f..af7536b36f 100644
--- a/librpc/gen_ndr/spoolss.h
+++ b/librpc/gen_ndr/spoolss.h
@@ -3489,7 +3489,7 @@ struct spoolss_EnumPrinterKey {
} in;
struct {
- const char ** *key_buffer;/* [subcontext_size(offered),ref,subcontext(0),flag(LIBNDR_FLAG_STR_NULLTERM)] */
+ uint16_t *key_buffer;/* [ref,size_is(offered/2)] */
uint32_t *needed;/* [ref] */
WERROR result;
} out;