Add IDL for netr_DsrDeregisterDNSHostRecords (just for completion).
authorGünther Deschner <gd@samba.org>
Fri, 25 Jan 2008 16:43:15 +0000 (17:43 +0100)
committerGünther Deschner <gd@samba.org>
Fri, 25 Jan 2008 21:39:42 +0000 (22:39 +0100)
Guenther

source/librpc/idl/netlogon.idl

index 7f7712edf66215085d8e670d4448039a1097c2af..6df8bfd1a4c4f00c299cdc3f1f38f52444c8f897 100644 (file)
@@ -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 */