summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/lsa.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-04 22:04:36 +0100
committerGünther Deschner <gd@samba.org>2008-02-04 22:12:41 +0100
commit19e1f08305acf4b6b94f46bc1c3e75c128c2f95d (patch)
tree43b9951fcc4fc662021a4431b18ad28fe3a84bc0 /source3/librpc/gen_ndr/lsa.h
parentcc60f0e9019e30f1e57362dd53c23a4e004f6845 (diff)
downloadsamba-19e1f08305acf4b6b94f46bc1c3e75c128c2f95d.tar.gz
samba-19e1f08305acf4b6b94f46bc1c3e75c128c2f95d.tar.bz2
samba-19e1f08305acf4b6b94f46bc1c3e75c128c2f95d.zip
Re-run make idl.
Guenther (This used to be commit ba167f3c9ce17ff458d8292e73ce3deafdd2e240)
Diffstat (limited to 'source3/librpc/gen_ndr/lsa.h')
-rw-r--r--source3/librpc/gen_ndr/lsa.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/lsa.h b/source3/librpc/gen_ndr/lsa.h
index 3127dc483d..32e6739095 100644
--- a/source3/librpc/gen_ndr/lsa.h
+++ b/source3/librpc/gen_ndr/lsa.h
@@ -634,6 +634,12 @@ struct lsa_QuerySecurity {
struct lsa_SetSecObj {
struct {
+ struct policy_handle *handle;/* [ref] */
+ uint32_t sec_info;
+ struct sec_desc_buf *sdbuf;/* [ref] */
+ } in;
+
+ struct {
NTSTATUS result;
} out;
@@ -1035,6 +1041,11 @@ struct lsa_LookupPrivDisplayName {
struct lsa_DeleteObject {
struct {
+ struct policy_handle **handle;/* [ref] */
+ } in;
+
+ struct {
+ struct policy_handle **handle;/* [ref] */
NTSTATUS result;
} out;