diff options
author | Günther Deschner <gd@samba.org> | 2009-02-09 11:14:41 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-09 12:34:04 +0100 |
commit | 03ae7fc1346a817b52d7f2e079b9be0476789d10 (patch) | |
tree | f3993104f6d9949dc4ca6f22df7f6ea7e9342fb6 /source3/include/rpc_spoolss.h | |
parent | cae89f5250d7bc6f06db456c5e733c40175bcb78 (diff) | |
download | samba-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.h | 18 |
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; |