summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-28 05:39:42 +0200
committerGünther Deschner <gd@samba.org>2010-09-28 09:40:57 +0200
commit314d738f907958a86e2638689f5c45f3b931047e (patch)
tree720fb4f7b0074b6e3ae23557185452c3bc836e9a /source3
parentb4a5ece84a0a516a1efec6b17d67eb787b824663 (diff)
downloadsamba-314d738f907958a86e2638689f5c45f3b931047e.tar.gz
samba-314d738f907958a86e2638689f5c45f3b931047e.tar.bz2
samba-314d738f907958a86e2638689f5c45f3b931047e.zip
s3-printing: remove unused old structs.
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/include/nt_printing.h60
1 files changed, 0 insertions, 60 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h
index 52b11fe762..d244b2c9f3 100644
--- a/source3/include/nt_printing.h
+++ b/source3/include/nt_printing.h
@@ -25,66 +25,6 @@
#include "client.h"
#include "../librpc/gen_ndr/srv_spoolss.h"
-/* container for a single registry key */
-
-typedef struct {
- char *name;
- struct regval_ctr *values;
-} NT_PRINTER_KEY;
-
-/* container for all printer data */
-
-typedef struct {
- int num_keys;
- NT_PRINTER_KEY *keys;
-} NT_PRINTER_DATA;
-
-typedef struct nt_printer_info_level_2
-{
- uint32 attributes;
- uint32 priority;
- uint32 default_priority;
- uint32 starttime;
- uint32 untiltime;
- uint32 status;
- uint32 cjobs;
- uint32 averageppm;
- fstring servername;
- fstring printername;
- fstring sharename;
- fstring portname;
- fstring drivername;
- char comment[1024];
- fstring location;
- struct spoolss_DeviceMode *devmode;
- fstring sepfile;
- fstring printprocessor;
- fstring datatype;
- fstring parameters;
- NT_PRINTER_DATA *data;
- struct sec_desc_buf *secdesc_buf;
- uint32 changeid;
- uint32 c_setprinter;
- uint32 setuptime;
-} NT_PRINTER_INFO_LEVEL_2;
-
-typedef struct nt_printer_info_level
-{
- NT_PRINTER_INFO_LEVEL_2 *info_2;
-} NT_PRINTER_INFO_LEVEL;
-
-typedef struct
-{
- fstring name;
- uint32 flag;
- uint32 width;
- uint32 length;
- uint32 left;
- uint32 top;
- uint32 right;
- uint32 bottom;
-} nt_forms_struct;
-
#ifndef SAMBA_PRINTER_PORT_NAME
#define SAMBA_PRINTER_PORT_NAME "Samba Printer Port"
#endif