summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-12 22:07:30 +0100
committerGünther Deschner <gd@samba.org>2009-02-12 22:51:29 +0100
commit41f17a1fc21ba806a16c7e15061b570abcabb870 (patch)
tree0a9c13f67a16187c05a434ca1157933036915ca2 /source3/include/rpc_spoolss.h
parent30e18aadc3710116c74c47563c6476d520685cfc (diff)
downloadsamba-41f17a1fc21ba806a16c7e15061b570abcabb870.tar.gz
samba-41f17a1fc21ba806a16c7e15061b570abcabb870.tar.bz2
samba-41f17a1fc21ba806a16c7e15061b570abcabb870.zip
s3-spoolss: remove old spoolss_GetPrinterDataEx.
Guenther
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rw-r--r--source3/include/rpc_spoolss.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index 472ce45758..c163b375b9 100644
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -1436,25 +1436,6 @@ typedef struct spool_r_rrpcn
}
SPOOL_R_REPLY_RRPCN;
-typedef struct spool_q_getprinterdataex
-{
- POLICY_HND handle;
- UNISTR2 keyname;
- UNISTR2 valuename;
- uint32 size;
-}
-SPOOL_Q_GETPRINTERDATAEX;
-
-typedef struct spool_r_getprinterdataex
-{
- uint32 type;
- uint32 size;
- uint8 *data;
- uint32 needed;
- WERROR status;
-}
-SPOOL_R_GETPRINTERDATAEX;
-
typedef struct spool_q_setprinterdataex
{
POLICY_HND handle;