summaryrefslogtreecommitdiff
path: root/source3
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 21:43:17 +0100
commit9dee9fcb11b5c96cc233b7c90d5e5be5531a3f31 (patch)
treec5e3b7f93e3d8ae1dfacdb497626fa4fa42fb677 /source3
parentb679dda6c9e1faef890d28a2f1832b5c0b84deb4 (diff)
downloadsamba-9dee9fcb11b5c96cc233b7c90d5e5be5531a3f31.tar.gz
samba-9dee9fcb11b5c96cc233b7c90d5e5be5531a3f31.tar.bz2
samba-9dee9fcb11b5c96cc233b7c90d5e5be5531a3f31.zip
Add IDL for netr_DsrDeregisterDNSHostRecords (just for completion).
Guenther (This used to be commit 454a0711f1614107436ef36ec21ebb8567728bf9)
Diffstat (limited to 'source3')
-rw-r--r--source3/librpc/idl/netlogon.idl8
1 files changed, 7 insertions, 1 deletions
diff --git a/source3/librpc/idl/netlogon.idl b/source3/librpc/idl/netlogon.idl
index 527c690d58..894c8e6e28 100644
--- a/source3/librpc/idl/netlogon.idl
+++ b/source3/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 */