From 6131c0d8888c8bc1923794b9b93c1cb44bb071e3 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 20 Oct 2008 23:12:04 +0200 Subject: s4-lsa: merge lsa_EnumTrustDom from s3 lsa idl. Guenther --- source3/librpc/idl/lsa.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/librpc/idl') diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index 845ffebfb7..fff549fe01 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -356,7 +356,7 @@ import "misc.idl", "security.idl"; [size_is(count)] lsa_DomainInfo *domains; } lsa_DomainList; - NTSTATUS lsa_EnumTrustDom ( + NTSTATUS lsa_EnumTrustDom( [in] policy_handle *handle, [in,out,ref] uint32 *resume_handle, [out,ref] lsa_DomainList *domains, -- cgit