summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/svcctl.idl
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-08-19 13:36:22 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:58:11 -0500
commit3ccba74549a66d469eff16a524f012d73a7f8aed (patch)
tree5a38f56ff05a19b54464ec6b442da2d9edf5ff8f /source4/librpc/idl/svcctl.idl
parent9d62046b0e09fa7a4a660859dd8651e6d60c8dc8 (diff)
downloadsamba-3ccba74549a66d469eff16a524f012d73a7f8aed.tar.gz
samba-3ccba74549a66d469eff16a524f012d73a7f8aed.tar.bz2
samba-3ccba74549a66d469eff16a524f012d73a7f8aed.zip
r1920: This needs more inspection by the IDL experts. Reverting my last change.
Volker (This used to be commit 5d9b5a2e58cb271ea38de96e2b4b252ded2b1cdf)
Diffstat (limited to 'source4/librpc/idl/svcctl.idl')
-rw-r--r--source4/librpc/idl/svcctl.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/svcctl.idl b/source4/librpc/idl/svcctl.idl
index d910108f29..ec24290927 100644
--- a/source4/librpc/idl/svcctl.idl
+++ b/source4/librpc/idl/svcctl.idl
@@ -206,7 +206,7 @@
/*****************/
/* Function 0x11 */
WERROR svcctl_QueryServiceConfigW([in,ref] policy_handle *handle,
- [out] uint8 query[buf_size], /*QUERY_SERVICE_CONFIG */
+ [out] uint8 query[buf_size], //QUERY_SERVICE_CONFIG
[in] uint32 buf_size,
[out] uint32 bytes_needed
);
@@ -316,7 +316,7 @@
/*****************/
/* Function 0x1d */
WERROR svcctl_QueryServiceConfigA([in,ref] policy_handle *handle,
- [out] uint8 query[buf_size], /*QUERYU_SERVICE_CONFIG */
+ [out] uint8 query[buf_size], //QUERYU_SERVICE_CONFIG
[in] uint32 buf_size,
[out] uint32 bytes_needed
);