s3-spoolss: move DRIVER_X_VERSION flags into the backend, where they belong to.
authorGünther Deschner <gd@samba.org>
Tue, 17 Mar 2009 16:17:18 +0000 (17:17 +0100)
committerGünther Deschner <gd@samba.org>
Tue, 17 Mar 2009 18:07:34 +0000 (19:07 +0100)
Guenther

source3/include/nt_printing.h
source3/include/rpc_spoolss.h

index 7346679b716cd0487a901c5d2ca44e38fbfbac9e..2d131974055215abf74c7d14a6586044f2486f42 100644 (file)
@@ -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_ */
index da8c8f125eb76e7083a52dfa278b6bb6ae15c166..695ba93067948d3419850a673d2fef3c032c54c7 100644 (file)
 
 /* the flags of each printers */
 
-#define DRIVER_ANY_VERSION             0xffffffff
-#define DRIVER_MAX_VERSION             4
-
 
 /********************************************/