From 95c69caef6d4e1a680b88f07f14a62475e720059 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 21 Oct 2008 01:53:32 +0200 Subject: s4-lsa: merge lsa_LookupPrivDisplayName 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 fff549fe01..1b2d9ea8fb 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -778,7 +778,7 @@ import "misc.idl", "security.idl"; /*******************/ /* Function: 0x21 */ - NTSTATUS lsa_LookupPrivDisplayName ( + NTSTATUS lsa_LookupPrivDisplayName( [in] policy_handle *handle, [in,ref] lsa_String *name, [in] uint16 language_id, -- cgit