diff options
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/misc.idl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/librpc/idl/misc.idl b/source3/librpc/idl/misc.idl index 353457dd02..ae098d09ac 100644 --- a/source3/librpc/idl/misc.idl +++ b/source3/librpc/idl/misc.idl @@ -17,6 +17,11 @@ interface misc } GUID; typedef [public] struct { + GUID uuid; + uint32 if_version; + } ndr_syntax_id; + + typedef [public] struct { uint32 handle_type; GUID uuid; } policy_handle; |