diff options
author | Günther Deschner <gd@samba.org> | 2008-11-14 09:48:56 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-11-17 13:13:01 +0100 |
commit | 7d5f3f51b0f576d99e22fdb95e013b857071f978 (patch) | |
tree | c7acd18e22940a44d9e3a588a102649622e85877 | |
parent | f09231254e2777dd8a1bb5555897139eec2d0b5b (diff) | |
download | samba-7d5f3f51b0f576d99e22fdb95e013b857071f978.tar.gz samba-7d5f3f51b0f576d99e22fdb95e013b857071f978.tar.bz2 samba-7d5f3f51b0f576d99e22fdb95e013b857071f978.zip |
ntsvcs: remove todo from PNP_GetDeviceList.
Guenther
-rw-r--r-- | librpc/idl/ntsvcs.idl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/ntsvcs.idl b/librpc/idl/ntsvcs.idl index d50243534e..be7fcdff13 100644 --- a/librpc/idl/ntsvcs.idl +++ b/librpc/idl/ntsvcs.idl @@ -70,7 +70,7 @@ interface ntsvcs /******************/ /* Function: 0x0a */ - [todo] WERROR PNP_GetDeviceList( + WERROR PNP_GetDeviceList( [in,unique] [string,charset(UTF16)] uint16 *filter, [out,ref] [size_is(*length),length_is(*length)] uint16 *buffer, [in,out,ref] uint32 *length, |