summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-06 12:04:47 +0100
committerGünther Deschner <gd@samba.org>2009-03-06 14:32:46 +0100
commit8614ce5ca74e71f931d1fa76d59b7c07271717c4 (patch)
tree85bd5e03d8d2c08d2fe9b03b77230d34f2ff6902 /source3/include/rpc_spoolss.h
parent4541aa5f846bc7b38e2873d65b5b6a5614a037b4 (diff)
downloadsamba-8614ce5ca74e71f931d1fa76d59b7c07271717c4.tar.gz
samba-8614ce5ca74e71f931d1fa76d59b7c07271717c4.tar.bz2
samba-8614ce5ca74e71f931d1fa76d59b7c07271717c4.zip
s3-spoolss: remove old _spoolss_EnumForms.
Guenther
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rw-r--r--source3/include/rpc_spoolss.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index 2b4a036ce8..e101a27ca8 100644
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -769,41 +769,6 @@ typedef struct spool_r_enumprinterdrivers
}
SPOOL_R_ENUMPRINTERDRIVERS;
-#define FORM_USER 0
-#define FORM_BUILTIN 1
-#define FORM_PRINTER 2
-
-typedef struct spool_form_1
-{
- uint32 flag;
- UNISTR name;
- uint32 width;
- uint32 length;
- uint32 left;
- uint32 top;
- uint32 right;
- uint32 bottom;
-}
-FORM_1;
-
-typedef struct spool_q_enumforms
-{
- POLICY_HND handle;
- uint32 level;
- RPC_BUFFER *buffer;
- uint32 offered;
-}
-SPOOL_Q_ENUMFORMS;
-
-typedef struct spool_r_enumforms
-{
- RPC_BUFFER *buffer;
- uint32 needed;
- uint32 numofforms;
- WERROR status;
-}
-SPOOL_R_ENUMFORMS;
-
/********************************************/
typedef struct spool_q_enumprintprocessors