summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/lsa.idl
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-11-14 07:56:43 +0000
committerAndrew Tridgell <tridge@samba.org>2003-11-14 07:56:43 +0000
commit57529207ca1c0f2a95e6e9f85fc41bb9a27aa64c (patch)
tree3d198584168ff25d4919f5476e8a3f361dc7b9b8 /source4/librpc/idl/lsa.idl
parent565fd2da7613475e6f083e6257cf61a9089f72fc (diff)
downloadsamba-57529207ca1c0f2a95e6e9f85fc41bb9a27aa64c.tar.gz
samba-57529207ca1c0f2a95e6e9f85fc41bb9a27aa64c.tar.bz2
samba-57529207ca1c0f2a95e6e9f85fc41bb9a27aa64c.zip
* fixed lsa_LookupPrivName
* added levels 2 and 3 of dfs_Enum (This used to be commit 3fa61c19826cd1415f561e1e5c40adcc59d4abf2)
Diffstat (limited to 'source4/librpc/idl/lsa.idl')
-rw-r--r--source4/librpc/idl/lsa.idl3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/librpc/idl/lsa.idl b/source4/librpc/idl/lsa.idl
index ce6a151f42..e86ff5f4d3 100644
--- a/source4/librpc/idl/lsa.idl
+++ b/source4/librpc/idl/lsa.idl
@@ -376,8 +376,7 @@
/* Function: 0x20 */
NTSTATUS lsa_LookupPrivName (
[in,ref] policy_handle *handle,
- [in] uint32 luid_high,
- [in] uint32 luid_low,
+ [in,ref] lsa_LUID *luid,
[out] lsa_Name *name
);