summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/wkssvc.h
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/gen_ndr/wkssvc.h
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/gen_ndr/wkssvc.h')
-rw-r--r--source3/librpc/gen_ndr/wkssvc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/librpc/gen_ndr/wkssvc.h b/source3/librpc/gen_ndr/wkssvc.h
index 4dd971f223..f6b7d1fafb 100644
--- a/source3/librpc/gen_ndr/wkssvc.h
+++ b/source3/librpc/gen_ndr/wkssvc.h
@@ -246,17 +246,17 @@ struct WKSSVC_NETRWKSTAUSERSETINFO {
struct wkssvc_NetWkstaTransportEnum {
struct {
const char *server_name;/* [unique,charset(UTF16)] */
- uint32_t *level;/* [unique] */
+ uint32_t *level;/* [ref] */
union wkssvc_NetWkstaTransportCtr *ctr;/* [ref,switch_is(level)] */
uint32_t max_buffer;
- uint32_t *resume_handle;/* [unique] */
+ uint32_t *resume_handle;/* [ref] */
} in;
struct {
- uint32_t *level;/* [unique] */
+ uint32_t *level;/* [ref] */
union wkssvc_NetWkstaTransportCtr *ctr;/* [ref,switch_is(level)] */
uint32_t *totalentries;/* [unique] */
- uint32_t *resume_handle;/* [unique] */
+ uint32_t *resume_handle;/* [ref] */
WERROR result;
} out;