diff options
author | Günther Deschner <gd@samba.org> | 2010-10-04 09:28:41 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-10-04 08:10:16 +0000 |
commit | 355849ed4cbe5cea86edf6b5414d264c0637ac64 (patch) | |
tree | ef9c8ddbee67ecba5f8e68e798ae1c611bb044cb /librpc | |
parent | 279e0c9610075a95ffe79f8fa223bf2427f83468 (diff) | |
download | samba-355849ed4cbe5cea86edf6b5414d264c0637ac64.tar.gz samba-355849ed4cbe5cea86edf6b5414d264c0637ac64.tar.xz samba-355849ed4cbe5cea86edf6b5414d264c0637ac64.zip |
spoolss: fill in spoolss_DeletePort IDL.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Mon Oct 4 08:10:16 UTC 2010 on sn-devel-104
Diffstat (limited to 'librpc')
-rw-r--r-- | librpc/idl/spoolss.idl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl index b80e218ee83..682b86a3313 100644 --- a/librpc/idl/spoolss.idl +++ b/librpc/idl/spoolss.idl @@ -2282,7 +2282,10 @@ cpp_quote("#define spoolss_security_descriptor security_descriptor") /******************/ /* Function: 0x27 */ - [todo] WERROR spoolss_DeletePort( + WERROR spoolss_DeletePort( + [in,unique] [string,charset(UTF16)] uint16 *server_name, + [in] uint32 ptr, + [in,ref] [string,charset(UTF16)] uint16 *port_name ); /******************/ |