source: vendor/current/source3/librpc/gen_ndr/w32time.h@ 740

Last change on this file since 740 was 740, checked in by Silvan Scherrer, 12 years ago

Samba Server: update vendor to 3.6.0

File size: 528 bytes
Line 
1/* header auto-generated by pidl */
2
3#ifndef _PIDL_HEADER_w32time
4#define _PIDL_HEADER_w32time
5
6#include <stdint.h>
7
8#include "libcli/util/ntstatus.h"
9
10#ifndef _HEADER_w32time
11#define _HEADER_w32time
12
13
14struct w32time_SyncTime {
15 struct {
16 WERROR result;
17 } out;
18
19};
20
21
22struct w32time_GetNetLogonServiceBits {
23 struct {
24 WERROR result;
25 } out;
26
27};
28
29
30struct w32time_QueryProviderStatus {
31 struct {
32 WERROR result;
33 } out;
34
35};
36
37#endif /* _HEADER_w32time */
38#endif /* _PIDL_HEADER_w32time */
Note: See TracBrowser for help on using the repository browser.