summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-12 22:28:45 +0100
committerGünther Deschner <gd@samba.org>2009-02-12 22:51:30 +0100
commitfeec49d5cd07a69991d1bc6dc6325ecda21a19a8 (patch)
tree29debbf94cfcf3b9dd4a9a3b5f75279c01031a53 /source3/include/rpc_spoolss.h
parenta4b0c5d871bcc8ec7a16a7bfaf891bd45934ffdf (diff)
downloadsamba-feec49d5cd07a69991d1bc6dc6325ecda21a19a8.tar.gz
samba-feec49d5cd07a69991d1bc6dc6325ecda21a19a8.tar.bz2
samba-feec49d5cd07a69991d1bc6dc6325ecda21a19a8.zip
s3-spoolss: remove old spoolss_SetPrinterDataEx.
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 c163b375b9..1b8d56d14a 100644
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -1436,26 +1436,6 @@ typedef struct spool_r_rrpcn
}
SPOOL_R_REPLY_RRPCN;
-typedef struct spool_q_setprinterdataex
-{
- POLICY_HND handle;
- UNISTR2 key;
- UNISTR2 value;
- uint32 type;
- uint32 max_len;
- uint8 *data;
- uint32 real_len;
- uint32 numeric_data;
-}
-SPOOL_Q_SETPRINTERDATAEX;
-
-typedef struct spool_r_setprinterdataex
-{
- WERROR status;
-}
-SPOOL_R_SETPRINTERDATAEX;
-
-
typedef struct spool_q_enumprinterkey
{
POLICY_HND handle;