summaryrefslogtreecommitdiffstats
path: root/source/include/printing.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/printing.h')
-rw-r--r--source/include/printing.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/include/printing.h b/source/include/printing.h
index 9774a6acd95..53a5df69484 100644
--- a/source/include/printing.h
+++ b/source/include/printing.h
@@ -2,7 +2,8 @@
#define PRINTING_H_
/*
- Unix SMB/CIFS implementation.
+ Unix SMB/Netbios implementation.
+ Version 3.0
printing definitions
Copyright (C) Andrew Tridgell 1992-2000
@@ -43,7 +44,6 @@ struct printjob {
fstring jobname; /* the job name given to us by the client */
fstring user; /* the user who started the job */
fstring queuename; /* service number of printer for this job */
- NT_DEVICEMODE *nt_devmode;
};
/* Information for print interfaces */
@@ -72,6 +72,6 @@ extern struct printif cups_printif;
#define MAX_CACHE_VALID_TIME 3600
#define PRINT_SPOOL_PREFIX "smbprn."
-#define PRINT_DATABASE_VERSION 5
+#define PRINT_DATABASE_VERSION 4
#endif /* PRINTING_H_ */