summaryrefslogtreecommitdiff
path: root/source4/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2004-10-06 15:14:55 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:59:37 -0500
commit7b77ff372062feee6f9b9f5b87ff3ae7e3f1545b (patch)
tree40293c1c9610166c1bdc39fc94477aff61b02649 /source4/librpc
parent44f463d9c94f9f061155c9b03d5d525c7752ab55 (diff)
downloadsamba-7b77ff372062feee6f9b9f5b87ff3ae7e3f1545b.tar.gz
samba-7b77ff372062feee6f9b9f5b87ff3ae7e3f1545b.tar.bz2
samba-7b77ff372062feee6f9b9f5b87ff3ae7e3f1545b.zip
r2831: // style comments are not supported by pure C preprocessors. Please DONT use
them. This includes idl files. Volker (This used to be commit e9fa997fd7747cf78ef0ac76bf70f5e34d3d1b12)
Diffstat (limited to 'source4/librpc')
-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 ec24290927..87b47fd6dd 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
);