summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-10 23:37:00 +0100
committerGünther Deschner <gd@samba.org>2009-02-25 11:16:29 +0100
commitc7ba20b465e4c2bf893891ab7ace8172704bb27c (patch)
tree32652362b631a0e20c08828222e2906cf927ee0e /source3/include/rpc_spoolss.h
parent109ba07b0e2ce45cc0a960bcafd0e8d28c877ae3 (diff)
downloadsamba-c7ba20b465e4c2bf893891ab7ace8172704bb27c.tar.gz
samba-c7ba20b465e4c2bf893891ab7ace8172704bb27c.tar.bz2
samba-c7ba20b465e4c2bf893891ab7ace8172704bb27c.zip
s3-spoolss: remove rpccli_spoolss_addprinterex.
Guenther
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rw-r--r--source3/include/rpc_spoolss.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index 48609a3cd6..65fab7d319 100644
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -261,25 +261,6 @@ PRINTER_MESSAGE_INFO;
#define DRIVER_MAX_VERSION 4
-/* this struct is undocumented */
-/* thanks to the ddk ... */
-typedef struct {
- uint32 size; /* length of user_name & client_name + 2? */
- UNISTR2 *client_name;
- UNISTR2 *user_name;
- uint32 build;
- uint32 major;
- uint32 minor;
- uint32 processor;
-} SPOOL_USER_1;
-
-typedef struct {
- uint32 level;
- union {
- SPOOL_USER_1 *user1;
- } user;
-} SPOOL_USER_CTR;
-
/*
* Devicemode structure
*/
@@ -966,21 +947,6 @@ SPOOL_R_SETPRINTER;
/********************************************/
-typedef struct {
- UNISTR2 *server_name;
- uint32 level;
- SPOOL_PRINTER_INFO_LEVEL info;
- DEVMODE_CTR devmode_ctr;
- SEC_DESC_BUF *secdesc_ctr;
- uint32 user_switch;
- SPOOL_USER_CTR user_ctr;
-} SPOOL_Q_ADDPRINTEREX;
-
-typedef struct {
- POLICY_HND handle;
- WERROR status;
-} SPOOL_R_ADDPRINTEREX;
-
typedef struct spool_q_enumprintprocessors
{
uint32 name_ptr;