diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-06-05 15:35:11 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-06-06 10:18:40 +0200 |
commit | 484cb4e43e2f9fa89ceb27bf89e3cade53650fdf (patch) | |
tree | ca492492a4ecc3d1827683e5b4acec5f3d792de5 /source3/include | |
parent | 53cd38ebb8974bee4f3ed16f9fa4d03b85ea55a7 (diff) | |
download | samba-484cb4e43e2f9fa89ceb27bf89e3cade53650fdf.tar.gz samba-484cb4e43e2f9fa89ceb27bf89e3cade53650fdf.tar.bz2 samba-484cb4e43e2f9fa89ceb27bf89e3cade53650fdf.zip |
s3:printing: let print_spool_open() take a uint64_t vuid
metze
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 4589b38bd8..cfdf3a4a8c 100644 --- a/source3/include/printing.h +++ b/source3/include/printing.h @@ -176,7 +176,7 @@ struct tdb_print_db { NTSTATUS print_spool_open(files_struct *fsp, const char *fname, - uint16_t current_vuid); + uint64_t current_vuid); int print_spool_write(files_struct *fsp, const char *data, uint32_t size, off_t offset, uint32_t *written); |