summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/wkssvc.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2007-11-27 10:29:19 +0100
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:46:24 +0100
commitb653bea814d4a738a0fc5082945b9d619e21ceb7 (patch)
treeb72dec0a663002e5d1f3d9ae785559ca84d18ebd /source4/librpc/idl/wkssvc.idl
parent5c76e9b41858e0e3bc712b1d1c6e6b4d94f028d2 (diff)
downloadsamba-b653bea814d4a738a0fc5082945b9d619e21ceb7.tar.gz
samba-b653bea814d4a738a0fc5082945b9d619e21ceb7.tar.bz2
samba-b653bea814d4a738a0fc5082945b9d619e21ceb7.zip
r26150: Add IDL and torture test for wkssvc_NetrLogonDomainNameAdd() and
wkssvc_NetrLogonDomainNameDel(), both unsupported on w2k3. Guenther (This used to be commit 9e1ed6eb68ae899aa577fc3a2e4cbfe066ee403e)
Diffstat (limited to 'source4/librpc/idl/wkssvc.idl')
-rw-r--r--source4/librpc/idl/wkssvc.idl8
1 files changed, 6 insertions, 2 deletions
diff --git a/source4/librpc/idl/wkssvc.idl b/source4/librpc/idl/wkssvc.idl
index 08fea33e8d..cabd8a210d 100644
--- a/source4/librpc/idl/wkssvc.idl
+++ b/source4/librpc/idl/wkssvc.idl
@@ -380,11 +380,15 @@ import "srvsvc.idl";
/*****************************/
/* Function 0x0e */
- WERROR WKSSVC_NETRLOGONDOMAINNAMEADD ();
+ WERROR wkssvc_NetrLogonDomainNameAdd(
+ [in,ref] [string,charset(UTF16)] uint16 *domain_name
+ );
/*****************************/
/* Function 0x0f */
- WERROR WKSSVC_NETRLOGONDOMAINNAMEDEL ();
+ WERROR wkssvc_NetrLogonDomainNameDel(
+ [in,ref] [string,charset(UTF16)] uint16 *domain_name
+ );
/*****************************/
/* Function 0x10 */