summaryrefslogtreecommitdiff
path: root/source3/include/nt_printing.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-17 17:17:18 +0100
committerGünther Deschner <gd@samba.org>2009-03-17 19:07:34 +0100
commit4cb3cbea84c6cf30b123eb5070905eeed5aba4d7 (patch)
tree00124d17a4d6439e2e846ae9ab93186e3c3b8a9f /source3/include/nt_printing.h
parentf19faa0e768f477c26b92f87905cfdb7245dbaa1 (diff)
downloadsamba-4cb3cbea84c6cf30b123eb5070905eeed5aba4d7.tar.gz
samba-4cb3cbea84c6cf30b123eb5070905eeed5aba4d7.tar.bz2
samba-4cb3cbea84c6cf30b123eb5070905eeed5aba4d7.zip
s3-spoolss: move DRIVER_X_VERSION flags into the backend, where they belong to.
Guenther
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r--source3/include/nt_printing.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h
index 7346679b71..2d13197405 100644
--- a/source3/include/nt_printing.h
+++ b/source3/include/nt_printing.h
@@ -472,4 +472,7 @@ typedef struct _Printer{
PRINTER_ATTRIBUTE_LOCAL)
#define PRINTER_ATTRIBUTE_NOT_SAMBA (PRINTER_ATTRIBUTE_NETWORK)
+#define DRIVER_ANY_VERSION 0xffffffff
+#define DRIVER_MAX_VERSION 4
+
#endif /* NT_PRINTING_H_ */