diff options
Diffstat (limited to 'librpc/idl')
-rw-r--r-- | librpc/idl/lsa.idl | 2 | ||||
-rw-r--r-- | librpc/idl/netlogon.idl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/librpc/idl/lsa.idl b/librpc/idl/lsa.idl index baa5c93c2c..bfb465a7e4 100644 --- a/librpc/idl/lsa.idl +++ b/librpc/idl/lsa.idl @@ -1295,7 +1295,7 @@ import "misc.idl", "security.idl"; typedef struct { uint32 flags; lsa_ForestTrustRecordType level; - hyper unknown; + hyper time; [switch_is(level)] lsa_ForestTrustData forest_trust_data; } lsa_ForestTrustRecord; diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl index 77fc380f5d..6b10f8bcdd 100644 --- a/librpc/idl/netlogon.idl +++ b/librpc/idl/netlogon.idl @@ -1627,9 +1627,9 @@ interface netlogon /****************/ /* Function 0x2c */ - WERROR netr_GetForestTrustInformation( + NTSTATUS netr_GetForestTrustInformation( [in,unique] [string,charset(UTF16)] uint16 *server_name, - [in,ref] [string,charset(UTF16)] uint16 *trusted_domain_name, + [in,ref] [string,charset(UTF16)] uint16 *computer_name, [in,ref] netr_Authenticator *credential, [out,ref] netr_Authenticator *return_authenticator, [in] uint32 flags, |