summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/netlogon.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-25 17:43:15 +0100
committerGünther Deschner <gd@samba.org>2008-01-25 22:39:42 +0100
commit2f60bf32e15cf4481263a228be79d653f44dd223 (patch)
treec68f3a3599f1cd5fc8708becea5fd49e028c171b /source4/librpc/idl/netlogon.idl
parent20f5e6ad9b6d6afe0ea74de722ae46c4627e68ee (diff)
downloadsamba-2f60bf32e15cf4481263a228be79d653f44dd223.tar.gz
samba-2f60bf32e15cf4481263a228be79d653f44dd223.tar.bz2
samba-2f60bf32e15cf4481263a228be79d653f44dd223.zip
Add IDL for netr_DsrDeregisterDNSHostRecords (just for completion).
Guenther (This used to be commit 722b4dfdc4821ecf349f87f57146f3b52e719b3d)
Diffstat (limited to 'source4/librpc/idl/netlogon.idl')
-rw-r--r--source4/librpc/idl/netlogon.idl8
1 files changed, 7 insertions, 1 deletions
diff --git a/source4/librpc/idl/netlogon.idl b/source4/librpc/idl/netlogon.idl
index 7f7712edf6..6df8bfd1a4 100644
--- a/source4/librpc/idl/netlogon.idl
+++ b/source4/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 */