summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2010-03-30 15:27:26 -0700
committerJeremy Allison <jra@samba.org>2010-03-30 15:27:26 -0700
commit32c8feab5d8320cba7f47fc27ba0fc264f3c4333 (patch)
tree1d1c304025914cb341097c790e2fe4e60c0fce5a /source3/include
parent4b249a616b586bf384e0ba68ce5d391601879938 (diff)
downloadsamba-32c8feab5d8320cba7f47fc27ba0fc264f3c4333.tar.gz
samba-32c8feab5d8320cba7f47fc27ba0fc264f3c4333.tar.bz2
samba-32c8feab5d8320cba7f47fc27ba0fc264f3c4333.zip
Fix for bug #7233 - print fails with jobs >4GB from Win7 clients.
Contains for by Sebastian Kloska <oncaphillis@snafu.de>. Submitter confirms this fixes the problem. Jeremy.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
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 */