summaryrefslogtreecommitdiff
path: root/source3/librpc/idl
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-09-20 17:03:06 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:00:52 -0500
commita1c53e50decad68fa8b969a45306f1634c53a25a (patch)
tree8e8115e3d69838822a32d1bd01b9de9ca19e5234 /source3/librpc/idl
parented7f4ad60e8beb5dd473a6fccf4786e921dc2cdc (diff)
downloadsamba-a1c53e50decad68fa8b969a45306f1634c53a25a.tar.gz
samba-a1c53e50decad68fa8b969a45306f1634c53a25a.tar.bz2
samba-a1c53e50decad68fa8b969a45306f1634c53a25a.zip
r18718: Change a few out parameter to ref pointers and regenerate
(This used to be commit 91a48e9baaf210cf64a324e205a4786482ac4ebb)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r--source3/librpc/idl/wkssvc.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/librpc/idl/wkssvc.idl b/source3/librpc/idl/wkssvc.idl
index 86cd795f0e..8c789fd8ca 100644
--- a/source3/librpc/idl/wkssvc.idl
+++ b/source3/librpc/idl/wkssvc.idl
@@ -216,11 +216,11 @@
WERROR wkssvc_NetWkstaTransportEnum (
[in] [string,charset(UTF16)] uint16 *server_name,
- [in,out] uint32 *level,
+ [in,out,ref] uint32 *level,
[in,out,switch_is(level),ref] wkssvc_NetWkstaTransportCtr *ctr,
[in] uint32 max_buffer,
[out] uint32 *totalentries,
- [in,out] uint32 *resume_handle
+ [in,out,ref] uint32 *resume_handle
);