summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2020-03-05 20:42:21 +0100
committerAndreas Schneider <asn@cryptomilk.org>2020-03-09 15:00:31 +0000
commitc3fa0b2df9fc53dddcc3160b6a3dc751bbb389a4 (patch)
treee4d9f452aab6cc22570899ad25a0a3dffa9f8b55 /librpc
parent0825324bc75d2ab10164a1f137be782d84c822b8 (diff)
downloadsamba-c3fa0b2df9fc53dddcc3160b6a3dc751bbb389a4.tar.gz
s4-torture: add ndr svcctl testsuite
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14313 Guenther Signed-off-by: Guenther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/svcctl.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/svcctl.idl b/librpc/idl/svcctl.idl
index 671a1dc47be..e909bf2dbed 100644
--- a/librpc/idl/svcctl.idl
+++ b/librpc/idl/svcctl.idl
@@ -188,7 +188,7 @@ import "misc.idl", "security.idl";
SVCCTL_DISABLED = 0x00000004
} svcctl_StartType;
- WERROR svcctl_ChangeServiceConfigW(
+ [public] WERROR svcctl_ChangeServiceConfigW(
[in,ref] policy_handle *handle,
[in] uint32 type,
[in] svcctl_StartType start_type,