From 32c8feab5d8320cba7f47fc27ba0fc264f3c4333 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Tue, 30 Mar 2010 15:27:26 -0700 Subject: Fix for bug #7233 - print fails with jobs >4GB from Win7 clients. Contains for by Sebastian Kloska . Submitter confirms this fixes the problem. Jeremy. --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/proto.h') diff --git a/source3/include/proto.h b/source3/include/proto.h index 2708c3aac9..2ebc75ce12 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4919,6 +4919,7 @@ NTSTATUS print_fsp_open(struct smb_request *req, connection_struct *conn, const char *fname, uint16_t current_vuid, files_struct *fsp); void print_fsp_end(files_struct *fsp, enum file_close_type close_type); +SMB_OFF_T printfile_offset(files_struct *fsp, SMB_OFF_T offset); /* The following definitions come from printing/printing.c */ -- cgit