diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-08-03 23:05:43 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:57:46 -0500 |
commit | 076d0bc8c4e5c18301ac7747a8f2a7d90a70ecb3 (patch) | |
tree | 62ce8b42440f8519cc7175e936b53eed954bd941 /source4 | |
parent | 707c94babbcc6616802e792c7d14f9171a800984 (diff) | |
download | samba-076d0bc8c4e5c18301ac7747a8f2a7d90a70ecb3.tar.gz samba-076d0bc8c4e5c18301ac7747a8f2a7d90a70ecb3.tar.bz2 samba-076d0bc8c4e5c18301ac7747a8f2a7d90a70ecb3.zip |
r1641: Finish IDL for EnumServicesStatus
(This used to be commit c395652aa033502e4e0944b8031c869f479c888a)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/svcctl.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/librpc/idl/svcctl.idl b/source4/librpc/idl/svcctl.idl index 07e38deee6..6337094790 100644 --- a/source4/librpc/idl/svcctl.idl +++ b/source4/librpc/idl/svcctl.idl @@ -121,8 +121,8 @@ [in,ref] policy_handle *handle, [in] uint32 type, [in] uint32 state, - [out,size_is(buf_size)] ENUM_SERVICE_STATUS *service, [in] uint32 buf_size, + [out,size_is(buf_size)] uint8 service[*], [out] uint32 bytes_needed, [out] uint32 services_returned, [in,out] uint32 *resume_handle |