summaryrefslogtreecommitdiffstats
path: root/source/librpc/gen_ndr/svcctl.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-28 00:18:37 +0100
committerGünther Deschner <gd@samba.org>2008-02-28 00:43:31 +0100
commit86061904136706443e5abfda254a2c3a14ffd304 (patch)
treec9de06e5fda9531c6116ce5adfb3027560d01188 /source/librpc/gen_ndr/svcctl.h
parent67293496c5ae287e8bf2823fe21ed17c22bb4fac (diff)
downloadsamba-86061904136706443e5abfda254a2c3a14ffd304.tar.gz
samba-86061904136706443e5abfda254a2c3a14ffd304.tar.xz
samba-86061904136706443e5abfda254a2c3a14ffd304.zip
Re-run make idl.
Guenther
Diffstat (limited to 'source/librpc/gen_ndr/svcctl.h')
-rw-r--r--source/librpc/gen_ndr/svcctl.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/source/librpc/gen_ndr/svcctl.h b/source/librpc/gen_ndr/svcctl.h
index 1e005d872aa..c13e96b2a0c 100644
--- a/source/librpc/gen_ndr/svcctl.h
+++ b/source/librpc/gen_ndr/svcctl.h
@@ -150,6 +150,13 @@ struct svcctl_QueryServiceObjectSecurity {
struct svcctl_SetServiceObjectSecurity {
struct {
+ struct policy_handle *handle;/* [ref] */
+ uint32_t security_flags;
+ uint8_t *buffer;/* [ref,size_is(buffer_size)] */
+ uint32_t buffer_size;
+ } in;
+
+ struct {
WERROR result;
} out;