diff options
author | Andreas Schneider <asn@samba.org> | 2010-04-29 14:00:30 +0200 |
---|---|---|
committer | Andreas Schneider <asn@samba.org> | 2010-08-18 11:43:18 +0200 |
commit | 555b175212d5c7e5b8628d4d5e3cba4541037dbb (patch) | |
tree | a6e08830a2f4f0f938914ac099e037845e2a626a /source3/include | |
parent | 7e9d6021c91919f2e457e1e471cb253886aad9aa (diff) | |
download | samba-555b175212d5c7e5b8628d4d5e3cba4541037dbb.tar.gz samba-555b175212d5c7e5b8628d4d5e3cba4541037dbb.tar.bz2 samba-555b175212d5c7e5b8628d4d5e3cba4541037dbb.zip |
s3-printing: Added function to update the queue.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/printing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/printing.h b/source3/include/printing.h index a16917fe32..180f6a0e30 100644 --- a/source3/include/printing.h +++ b/source3/include/printing.h @@ -83,7 +83,7 @@ extern struct printif iprint_printif; #ifndef PRINT_SPOOL_PREFIX #define PRINT_SPOOL_PREFIX "smbprn." #endif -#define PRINT_DATABASE_VERSION 6 +#define PRINT_DATABASE_VERSION 7 /* There can be this many printing tdb's open, plus any locked ones. */ #define MAX_PRINT_DBS_OPEN 1 |