diff options
author | Günther Deschner <gd@samba.org> | 2009-03-17 17:31:18 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-17 19:07:37 +0100 |
commit | 479d91ae9f0868f02dd70b80e3033eb9ff166541 (patch) | |
tree | 74b1abf63bb7724c2565d52120d10561abfbd996 /source3/include | |
parent | 9b5666aa70fda80220347a7a1a6a07e4c1d121a8 (diff) | |
download | samba-479d91ae9f0868f02dd70b80e3033eb9ff166541.tar.gz samba-479d91ae9f0868f02dd70b80e3033eb9ff166541.tar.bz2 samba-479d91ae9f0868f02dd70b80e3033eb9ff166541.zip |
s3-spoolss: remove SPL Port definitions now in IDL.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_spoolss.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index a8e7f71dca..dc6c976cc8 100644 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -111,16 +111,6 @@ #define SPOOLSS_XCVDATAPORT 0x58 #define SPOOLSS_ADDPRINTERDRIVEREX 0x59 -/* - * Special strings for the OpenPrinter() call. See the MSDN DDK - * docs on the XcvDataPort() for more details. - */ - -#define SPL_LOCAL_PORT "Local Port" -#define SPL_TCPIP_PORT "Standard TCP/IP Port" -#define SPL_XCV_MONITOR_LOCALMON ",XcvMonitor Local Port" -#define SPL_XCV_MONITOR_TCPMON ",XcvMonitor Standard TCP/IP Port" - /* Notify field types */ #define PRINTER_NOTIFY_TYPE 0x00 |