summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-19 10:44:42 +0100
committerGünther Deschner <gd@samba.org>2009-02-19 19:23:51 +0100
commitc71fa39c29ee64b80adf92090a61c81f323742b9 (patch)
tree55d0715903ec2f43c81b2416674f19b41fa43efd /source3/include/rpc_spoolss.h
parent286ec6847b623ddd33d2fb7690c994feb4e3e17a (diff)
downloadsamba-c71fa39c29ee64b80adf92090a61c81f323742b9.tar.gz
samba-c71fa39c29ee64b80adf92090a61c81f323742b9.tar.bz2
samba-c71fa39c29ee64b80adf92090a61c81f323742b9.zip
s3-spoolss: remove old spoolss_GetPrintProcessorDirectory.
Guenther
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rw-r--r--source3/include/rpc_spoolss.h29
1 files changed, 0 insertions, 29 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index 24a33779aa..d7d93e3226 100644
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -1438,34 +1438,5 @@ typedef struct spool_r_enumprinterdataex
}
SPOOL_R_ENUMPRINTERDATAEX;
-typedef struct printprocessor_directory_1
-{
- UNISTR name;
-}
-PRINTPROCESSOR_DIRECTORY_1;
-
-typedef struct spool_q_getprintprocessordirectory
-{
- UNISTR2 name;
- UNISTR2 environment;
- uint32 level;
- RPC_BUFFER *buffer;
- uint32 offered;
-}
-SPOOL_Q_GETPRINTPROCESSORDIRECTORY;
-
-typedef struct spool_r_getprintprocessordirectory
-{
- RPC_BUFFER *buffer;
- uint32 needed;
- WERROR status;
-}
-SPOOL_R_GETPRINTPROCESSORDIRECTORY;
-
-/**************************************/
-
-#define PRINTER_DRIVER_VERSION 2
-#define PRINTER_DRIVER_ARCHITECTURE "Windows NT x86"
-
#endif /* _RPC_SPOOLSS_H */