summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-02-28 00:17:30 +0100
committerGünther Deschner <gd@samba.org>2008-02-28 00:43:31 +0100
commit6135d08bcfd7150453f479c2dd8a91a7fd2a824c (patch)
tree8d372040bec6896cb35b08d90c3a76622726d2bf
parent8a1249817e8642de20095527db0c37ee3c4bd077 (diff)
downloadsamba-6135d08bcfd7150453f479c2dd8a91a7fd2a824c.tar.gz
samba-6135d08bcfd7150453f479c2dd8a91a7fd2a824c.tar.bz2
samba-6135d08bcfd7150453f479c2dd8a91a7fd2a824c.zip
Fill in IDL for svcctl_SetServiceObjectSecurity.
Guenther (This used to be commit 67293496c5ae287e8bf2823fe21ed17c22bb4fac)
-rw-r--r--source3/librpc/idl/svcctl.idl4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/librpc/idl/svcctl.idl b/source3/librpc/idl/svcctl.idl
index 8e7e2b8831..e36a0918bf 100644
--- a/source3/librpc/idl/svcctl.idl
+++ b/source3/librpc/idl/svcctl.idl
@@ -125,6 +125,10 @@
/*****************/
/* Function 0x05 */
WERROR svcctl_SetServiceObjectSecurity(
+ [in] policy_handle *handle,
+ [in] uint32 security_flags,
+ [in,ref,size_is(buffer_size)] uint8 *buffer,
+ [in] uint32 buffer_size
);
/*****************/