summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-09 01:50:04 +0100
committerGünther Deschner <gd@samba.org>2009-02-09 12:34:03 +0100
commit763fe063d2aacb40c87208155d3d35d19ebc971d (patch)
treea3e4b435c5118173955652d1d47ed48553314884 /source3/include/rpc_spoolss.h
parent2a74f8bdbb28d7e027abfc703bd81c74eee38daf (diff)
downloadsamba-763fe063d2aacb40c87208155d3d35d19ebc971d.tar.gz
samba-763fe063d2aacb40c87208155d3d35d19ebc971d.tar.bz2
samba-763fe063d2aacb40c87208155d3d35d19ebc971d.zip
s3-spoolss: remove old spoolss_DeletePrinterDriver.
Guenther
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rw-r--r--source3/include/rpc_spoolss.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index c07256812d..695bb6a711 100644
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -526,21 +526,6 @@ typedef struct spool_r_getprinterdata
}
SPOOL_R_GETPRINTERDATA;
-typedef struct spool_q_deleteprinterdriver
-{
- uint32 server_ptr;
- UNISTR2 server;
- UNISTR2 arch;
- UNISTR2 driver;
-}
-SPOOL_Q_DELETEPRINTERDRIVER;
-
-typedef struct spool_r_deleteprinterdriver
-{
- WERROR status;
-}
-SPOOL_R_DELETEPRINTERDRIVER;
-
typedef struct spool_q_deleteprinterdriverex
{
uint32 server_ptr;