summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/wkssvc.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/librpc/gen_ndr/wkssvc.h')
-rw-r--r--source3/librpc/gen_ndr/wkssvc.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/source3/librpc/gen_ndr/wkssvc.h b/source3/librpc/gen_ndr/wkssvc.h
index a6b75920ac..97200989c7 100644
--- a/source3/librpc/gen_ndr/wkssvc.h
+++ b/source3/librpc/gen_ndr/wkssvc.h
@@ -1,5 +1,7 @@
/* header auto-generated by pidl */
+#include <stdint.h>
+
#include "librpc/gen_ndr/srvsvc.h"
#ifndef _HEADER_wkssvc
#define _HEADER_wkssvc
@@ -211,15 +213,15 @@ struct wkssvc_NetWkstaEnumUsers {
struct {
const char *server_name;/* [unique,charset(UTF16)] */
uint32_t level;
- union WKS_USER_ENUM_UNION *users;/* [ref] */
uint32_t prefmaxlen;
+ union WKS_USER_ENUM_UNION *users;/* [ref] */
uint32_t *resumehandle;/* [ref] */
} in;
struct {
- union WKS_USER_ENUM_UNION *users;/* [ref] */
uint32_t *entriesread;/* [unique] */
uint32_t *totalentries;/* [unique] */
+ union WKS_USER_ENUM_UNION *users;/* [ref] */
uint32_t *resumehandle;/* [ref] */
WERROR result;
} out;
@@ -246,16 +248,16 @@ struct WKSSVC_NETRWKSTAUSERSETINFO {
struct wkssvc_NetWkstaTransportEnum {
struct {
const char *server_name;/* [unique,charset(UTF16)] */
+ uint32_t max_buffer;
uint32_t *level;/* [ref] */
union wkssvc_NetWkstaTransportCtr *ctr;/* [ref,switch_is(*level)] */
- uint32_t max_buffer;
uint32_t *resume_handle;/* [ref] */
} in;
struct {
+ uint32_t *totalentries;/* [unique] */
uint32_t *level;/* [ref] */
union wkssvc_NetWkstaTransportCtr *ctr;/* [ref,switch_is(*level)] */
- uint32_t *totalentries;/* [unique] */
uint32_t *resume_handle;/* [ref] */
WERROR result;
} out;