summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-14 01:31:00 +0100
committerGünther Deschner <gd@samba.org>2009-03-17 11:49:37 +0100
commit6dca80518dda120753112204eaaae7961938bb9e (patch)
treeeeb51eb9ee84377aa263caa4384e998712138dc7 /source3/include/rpc_spoolss.h
parentaeba6381d3e0ee7f3983d8be4dcdfa0f1015d3ee (diff)
downloadsamba-6dca80518dda120753112204eaaae7961938bb9e.tar.gz
samba-6dca80518dda120753112204eaaae7961938bb9e.tar.bz2
samba-6dca80518dda120753112204eaaae7961938bb9e.zip
s3-spoolss: remove old spoolss_GetPrinterData.
Guenther
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rw-r--r--source3/include/rpc_spoolss.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index 33153dc8a2..ef1cbd18f4 100644
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -274,26 +274,6 @@ typedef struct devicemode
}
DEVICEMODE;
-/********************************************/
-
-typedef struct spool_q_getprinterdata
-{
- POLICY_HND handle;
- UNISTR2 valuename;
- uint32 size;
-}
-SPOOL_Q_GETPRINTERDATA;
-
-typedef struct spool_r_getprinterdata
-{
- uint32 type;
- uint32 size;
- uint8 *data;
- uint32 needed;
- WERROR status;
-}
-SPOOL_R_GETPRINTERDATA;
-
/*
* I'm really wondering how many different time formats
* I will have to cope with