summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-09 01:48:34 +0100
committerGünther Deschner <gd@samba.org>2009-02-09 10:47:20 +0100
commit68404a2c97e6c2eb3c451c6a8ed4f2202fd3c87c (patch)
tree6f43d03bd96c3f7ecfe733c015c51e310e2dffa0
parent58a8c0235497dddee3f4bbddb07e39f42a3e310e (diff)
downloadsamba-68404a2c97e6c2eb3c451c6a8ed4f2202fd3c87c.tar.gz
samba-68404a2c97e6c2eb3c451c6a8ed4f2202fd3c87c.tar.bz2
samba-68404a2c97e6c2eb3c451c6a8ed4f2202fd3c87c.zip
spoolss: fix spoolss_DeletePrinterDriver IDL.
Guenther
-rw-r--r--librpc/idl/spoolss.idl1
1 files changed, 0 insertions, 1 deletions
diff --git a/librpc/idl/spoolss.idl b/librpc/idl/spoolss.idl
index d45eba56ef..5299306b37 100644
--- a/librpc/idl/spoolss.idl
+++ b/librpc/idl/spoolss.idl
@@ -595,7 +595,6 @@ import "misc.idl", "security.idl", "winreg.idl";
/******************/
/* Function: 0x0d */
WERROR spoolss_DeletePrinterDriver(
- [in,ref] policy_handle *handle,
[in,unique] [string,charset(UTF16)] uint16 *server,
[in] [string,charset(UTF16)] uint16 architecture[],
[in] [string,charset(UTF16)] uint16 driver[]