diff options
author | Günther Deschner <gd@samba.org> | 2008-02-04 22:03:07 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-04 22:12:41 +0100 |
commit | cc60f0e9019e30f1e57362dd53c23a4e004f6845 (patch) | |
tree | 59761bc395850c452638da17bc83fda3a8572b10 /source3/librpc/idl | |
parent | a1c2242f3f3b63e354fb377223883047bd883957 (diff) | |
download | samba-cc60f0e9019e30f1e57362dd53c23a4e004f6845.tar.gz samba-cc60f0e9019e30f1e57362dd53c23a4e004f6845.tar.bz2 samba-cc60f0e9019e30f1e57362dd53c23a4e004f6845.zip |
Add IDL for lsa_DeleteObject() (based on samba3 rpc code).
Guenther
(This used to be commit c1892bb134084dda935c9846562bcdb082de2f91)
Diffstat (limited to 'source3/librpc/idl')
-rw-r--r-- | source3/librpc/idl/lsa.idl | 5 |
1 files changed, 3 insertions, 2 deletions
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 ( |