summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/wbint.h
blob: 641d960a1baf8f6196e060f4741af8935e17c484 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* header auto-generated by pidl */

#include <stdint.h>

#include "libcli/util/ntstatus.h"

#ifndef _HEADER_wbint
#define _HEADER_wbint


struct wbint_Ping {
	struct {
		uint32_t in_data;
	} in;

	struct {
		uint32_t *out_data;/* [ref] */
	} out;

};

#endif /* _HEADER_wbint */