summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-09 11:14:41 +0100
committerGünther Deschner <gd@samba.org>2009-02-09 12:34:04 +0100
commit03ae7fc1346a817b52d7f2e079b9be0476789d10 (patch)
treef3993104f6d9949dc4ca6f22df7f6ea7e9342fb6 /source3/include/rpc_spoolss.h
parentcae89f5250d7bc6f06db456c5e733c40175bcb78 (diff)
downloadsamba-03ae7fc1346a817b52d7f2e079b9be0476789d10.tar.gz
samba-03ae7fc1346a817b52d7f2e079b9be0476789d10.tar.bz2
samba-03ae7fc1346a817b52d7f2e079b9be0476789d10.zip
s3-spoolss: remove old _spoolss_DeletePrinterDriverEx.
Guenther
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rw-r--r--source3/include/rpc_spoolss.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index 695bb6a711..e6462bcbb1 100644
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -526,24 +526,6 @@ typedef struct spool_r_getprinterdata
}
SPOOL_R_GETPRINTERDATA;
-typedef struct spool_q_deleteprinterdriverex
-{
- uint32 server_ptr;
- UNISTR2 server;
- UNISTR2 arch;
- UNISTR2 driver;
- uint32 delete_flags;
- uint32 version;
-}
-SPOOL_Q_DELETEPRINTERDRIVEREX;
-
-typedef struct spool_r_deleteprinterdriverex
-{
- WERROR status;
-}
-SPOOL_R_DELETEPRINTERDRIVEREX;
-
-
typedef struct spool_doc_info_1
{
uint32 p_docname;