From: Günther Deschner Date: Fri, 25 Jan 2008 16:43:15 +0000 (+0100) Subject: Add IDL for netr_DsrDeregisterDNSHostRecords (just for completion). X-Git-Tag: samba-4.0.0alpha3~432^2~3 X-Git-Url: http://git.samba.org/samba.git/?p=ira%2Fwip.git;a=commitdiff_plain;h=722b4dfdc4821ecf349f87f57146f3b52e719b3d Add IDL for netr_DsrDeregisterDNSHostRecords (just for completion). Guenther --- diff --git a/source/librpc/idl/netlogon.idl b/source/librpc/idl/netlogon.idl index 7f7712edf66..6df8bfd1a4c 100644 --- a/source/librpc/idl/netlogon.idl +++ b/source/librpc/idl/netlogon.idl @@ -1270,7 +1270,13 @@ interface netlogon /****************/ /* Function 0x29 */ - WERROR netr_DSRDEREGISTERDNSHOSTRECORDS(); + WERROR netr_DsrDeregisterDNSHostRecords( + [in] [string,charset(UTF16)] uint16 *server_name, + [in] [string,charset(UTF16)] uint16 *domain, + [in] GUID *domain_guid, + [in] GUID *dsa_guid, + [in,ref] [string,charset(UTF16)] uint16 *dns_host + ); /****************/ /* Function 0x2a */