summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-09 01:32:02 +0100
committerGünther Deschner <gd@samba.org>2009-02-09 10:46:24 +0100
commit58a8c0235497dddee3f4bbddb07e39f42a3e310e (patch)
tree08b930b997d1e1600ecd11b2b9abcae6bee59697 /librpc
parent8cc60bf978e42310e3b285b43a00c509607d7078 (diff)
downloadsamba-58a8c0235497dddee3f4bbddb07e39f42a3e310e.tar.gz
samba-58a8c0235497dddee3f4bbddb07e39f42a3e310e.tar.bz2
samba-58a8c0235497dddee3f4bbddb07e39f42a3e310e.zip
spoolss: fill in spoolss_DeletePrinterKey IDL.
Guenther
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/spoolss.idl4
1 files changed, 3 insertions, 1 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index 5bac2d8241..d45eba56ef 100644
--- a/librpc/idl/spoolss.idl
+++ b/librpc/idl/spoolss.idl
@@ -1493,7 +1493,9 @@ import "misc.idl", "security.idl", "winreg.idl";
/******************/
/* Function: 0x52 */
- [todo] WERROR spoolss_DeletePrinterKey(
+ WERROR spoolss_DeletePrinterKey(
+ [in,ref] policy_handle *handle,
+ [in] [string,charset(UTF16)] uint16 key_name[]
);
/******************/