From 02df116352778c2bd1fd4053e7f183215216da2f Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 2 Dec 2003 10:08:26 +0000 Subject: added netr_GetDcName() - quite a useful call (This used to be commit 63f46b223e16a3495b4a4a48c6489f1f0d7d84c4) --- source4/librpc/idl/netlogon.idl | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'source4/librpc') 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; -- cgit