diff options
Diffstat (limited to 'source4/librpc')
-rw-r--r-- | source4/librpc/idl/netlogon.idl | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl index 16f699129e..2c18edac30 100644 --- a/source4/librpc/idl/netlogon.idl +++ b/source4/librpc/idl/netlogon.idl @@ -652,16 +652,17 @@ interface netlogon [in,out] netr_UAS_INFO_0 recordid ); -#if 0 /*****************/ /* Function 0x0B */ NTSTATUS netr_GetDcName( - [in] unistr logon_server, - [in] unistr *domainname, - [out]unistr *dcname, - }; + [in] unistr logon_server, + [in] unistr *domainname, + [out] unistr *dcname + ); + +#if 0 typedef struct { uint32 flags; |