summaryrefslogtreecommitdiff
path: root/source3/librpc/gen_ndr/lsa.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-01-14 17:13:17 +0100
committerGünther Deschner <gd@samba.org>2008-01-14 17:13:17 +0100
commit003694b4a7b9844c2b210c3b40efb57dd8d96c0e (patch)
tree2f132767a7320460dff7f3d0c3d2d28cf9189e0f /source3/librpc/gen_ndr/lsa.h
parentaa9335491fc2a514572b78aa3726f1c3af116252 (diff)
downloadsamba-003694b4a7b9844c2b210c3b40efb57dd8d96c0e.tar.gz
samba-003694b4a7b9844c2b210c3b40efb57dd8d96c0e.tar.bz2
samba-003694b4a7b9844c2b210c3b40efb57dd8d96c0e.zip
Re-run make idl for new lsa calls.
Guenther (This used to be commit add28753b2e740804c48db5f6235cb2f8908d82b)
Diffstat (limited to 'source3/librpc/gen_ndr/lsa.h')
-rw-r--r--source3/librpc/gen_ndr/lsa.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/source3/librpc/gen_ndr/lsa.h b/source3/librpc/gen_ndr/lsa.h
index 6c081562da..066d5682fb 100644
--- a/source3/librpc/gen_ndr/lsa.h
+++ b/source3/librpc/gen_ndr/lsa.h
@@ -567,6 +567,12 @@ struct lsa_QueryInfoPolicy {
struct lsa_SetInfoPolicy {
struct {
+ struct policy_handle *handle;/* [ref] */
+ uint16_t level;
+ union lsa_PolicyInformation *info;/* [ref,switch_is(level)] */
+ } in;
+
+ struct {
NTSTATUS result;
} out;
@@ -1079,6 +1085,12 @@ struct lsa_QueryInfoPolicy2 {
struct lsa_SetInfoPolicy2 {
struct {
+ struct policy_handle *handle;/* [ref] */
+ uint16_t level;
+ union lsa_PolicyInformation *info;/* [ref,switch_is(level)] */
+ } in;
+
+ struct {
NTSTATUS result;
} out;