summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-15 01:29:21 +0100
committerGünther Deschner <gd@samba.org>2009-02-07 10:20:56 +0100
commit3d6860018f018e8ad4a8ed1ea8a2cc8f9c639254 (patch)
tree7a636d76385a10aa4adc7b72c8fcc12b4ea3ed94 /source3/include/rpc_spoolss.h
parent7f35c3be69bc86b9efd8cc91713a8747b7bad95f (diff)
downloadsamba-3d6860018f018e8ad4a8ed1ea8a2cc8f9c639254.tar.gz
samba-3d6860018f018e8ad4a8ed1ea8a2cc8f9c639254.tar.bz2
samba-3d6860018f018e8ad4a8ed1ea8a2cc8f9c639254.zip
s3-spoolss: remove old _spoolss_WritePrinter.
Guenther
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rw-r--r--source3/include/rpc_spoolss.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index c1c24cfdb0..665563532f 100644
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -617,22 +617,6 @@ typedef struct spool_r_startdocprinter
}
SPOOL_R_STARTDOCPRINTER;
-typedef struct spool_q_writeprinter
-{
- POLICY_HND handle;
- uint32 buffer_size;
- uint8 *buffer;
- uint32 buffer_size2;
-}
-SPOOL_Q_WRITEPRINTER;
-
-typedef struct spool_r_writeprinter
-{
- uint32 buffer_written;
- WERROR status;
-}
-SPOOL_R_WRITEPRINTER;
-
typedef struct spool_notify_option
{
uint32 version;