From cc60f0e9019e30f1e57362dd53c23a4e004f6845 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 4 Feb 2008 22:03:07 +0100 Subject: Add IDL for lsa_DeleteObject() (based on samba3 rpc code). Guenther (This used to be commit c1892bb134084dda935c9846562bcdb082de2f91) --- source3/librpc/idl/lsa.idl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source3/librpc/idl') diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl index 400bec56f1..477ff3ff9b 100644 --- a/source3/librpc/idl/lsa.idl +++ b/source3/librpc/idl/lsa.idl @@ -656,9 +656,10 @@ import "security.idl"; ); /* Function: 0x22 */ - NTSTATUS lsa_DeleteObject(); + NTSTATUS lsa_DeleteObject( + [in,out] policy_handle **handle + ); - /*******************/ /* Function: 0x23 */ NTSTATUS lsa_EnumAccountsWithUserRight ( -- cgit