summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-10-21 02:11:54 +0200
committerGünther Deschner <gd@samba.org>2008-10-27 19:33:22 +0100
commitea6b4865ea292e36f7c8b2b645c08886ed50fe2b (patch)
tree7a5f9dac48bd31eb787af9f0b8e9fc6f86d014db /source3
parent95c69caef6d4e1a680b88f07f14a62475e720059 (diff)
downloadsamba-ea6b4865ea292e36f7c8b2b645c08886ed50fe2b.tar.gz
samba-ea6b4865ea292e36f7c8b2b645c08886ed50fe2b.tar.bz2
samba-ea6b4865ea292e36f7c8b2b645c08886ed50fe2b.zip
s4-lsa: merge lsa_EnumPrivsAccount from s3 lsa idl.
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/librpc/idl/lsa.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/librpc/idl/lsa.idl b/source3/librpc/idl/lsa.idl
index 1b2d9ea8fb..570a7c0d04 100644
--- a/source3/librpc/idl/lsa.idl
+++ b/source3/librpc/idl/lsa.idl
@@ -488,7 +488,7 @@ import "misc.idl", "security.idl";
[size_is(count)] lsa_LUIDAttribute set[*];
} lsa_PrivilegeSet;
- NTSTATUS lsa_EnumPrivsAccount (
+ NTSTATUS lsa_EnumPrivsAccount(
[in] policy_handle *handle,
[out,ref] lsa_PrivilegeSet **privs
);