diff options
Diffstat (limited to 'source3/librpc/gen_ndr/wbint.h')
-rw-r--r-- | source3/librpc/gen_ndr/wbint.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/wbint.h b/source3/librpc/gen_ndr/wbint.h index fa2301143f..87ce4794d8 100644 --- a/source3/librpc/gen_ndr/wbint.h +++ b/source3/librpc/gen_ndr/wbint.h @@ -270,4 +270,12 @@ struct wbint_LookupRids { }; + +struct wbint_CheckMachineAccount { + struct { + NTSTATUS result; + } out; + +}; + #endif /* _HEADER_wbint */ |