summaryrefslogtreecommitdiff
path: root/source/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
commit91a48e9baaf210cf64a324e205a4786482ac4ebb (patch)
tree645ee09a503545e4c2ae758eb156b0fb2e0924a5 /source/librpc/gen_ndr/wkssvc.h
parent080c51dd8046cb19cca90035efe73529a3f6970b (diff)
downloadsamba-91a48e9baaf210cf64a324e205a4786482ac4ebb.tar.gz
r18718: Change a few out parameter to ref pointers and regenerate
Diffstat (limited to 'source/librpc/gen_ndr/wkssvc.h')
-rw-r--r--source/librpc/gen_ndr/wkssvc.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/librpc/gen_ndr/wkssvc.h b/source/librpc/gen_ndr/wkssvc.h
index 4dd971f2239..f6b7d1fafb6 100644
--- a/source/librpc/gen_ndr/wkssvc.h
+++ b/source/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;