summaryrefslogtreecommitdiff
path: root/source3/include/nt_printing.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-17 14:26:56 +0100
committerGünther Deschner <gd@samba.org>2009-02-18 16:12:27 +0100
commit1cd34565d0ae07dfba773bc9e5679668137b724f (patch)
tree428861c3d8fbc18f882dec4d6a76409648fe5c27 /source3/include/nt_printing.h
parent73123420623b5d6bfb5d39f9a937c71976bdc450 (diff)
downloadsamba-1cd34565d0ae07dfba773bc9e5679668137b724f.tar.gz
samba-1cd34565d0ae07dfba773bc9e5679668137b724f.tar.bz2
samba-1cd34565d0ae07dfba773bc9e5679668137b724f.zip
s3-spoolss: remove old spoolss_XcvData.
Guenther
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r--source3/include/nt_printing.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h
index f515a408f5..3bf51f2c9d 100644
--- a/source3/include/nt_printing.h
+++ b/source3/include/nt_printing.h
@@ -347,28 +347,6 @@ typedef struct
#define SAMBA_PRINTER_PORT_NAME "Samba Printer Port"
#endif
-
-/*
- * Structures for the XcvDataPort() calls
- */
-
-#define PORT_PROTOCOL_DIRECT 1
-#define PORT_PROTOCOL_LPR 2
-
-typedef struct {
- fstring name;
- uint32 version;
- uint32 protocol;
- fstring hostaddr;
- fstring snmpcommunity;
- fstring queue;
- uint32 dblspool;
- fstring ipaddr;
- uint32 port;
- bool enable_snmp;
- uint32 snmp_index;
-} NT_PORT_DATA_1;
-
/* DOS header format */
#define DOS_HEADER_SIZE 64
#define DOS_HEADER_MAGIC_OFFSET 0