diff options
author | Günther Deschner <gd@samba.org> | 2009-03-17 17:17:18 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-17 19:07:34 +0100 |
commit | 4cb3cbea84c6cf30b123eb5070905eeed5aba4d7 (patch) | |
tree | 00124d17a4d6439e2e846ae9ab93186e3c3b8a9f /source3/include | |
parent | f19faa0e768f477c26b92f87905cfdb7245dbaa1 (diff) | |
download | samba-4cb3cbea84c6cf30b123eb5070905eeed5aba4d7.tar.gz |
s3-spoolss: move DRIVER_X_VERSION flags into the backend, where they belong to.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/nt_printing.h | 3 | ||||
-rw-r--r-- | source3/include/rpc_spoolss.h | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 7346679b716..2d131974055 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_ */ diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index da8c8f125eb..695ba930679 100644 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -185,9 +185,6 @@ /* the flags of each printers */ -#define DRIVER_ANY_VERSION 0xffffffff -#define DRIVER_MAX_VERSION 4 - /********************************************/ |