From ad1c9644ec994dee42c667d8562d68227437737e Mon Sep 17 00:00:00 2001 From: "jan.nijtmans" Date: Tue, 6 Sep 2022 13:35:30 +0000 Subject: Correct Tcl_DriverWideSeekProc documentation, matching implementation --- doc/CrtChannel.3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/CrtChannel.3 b/doc/CrtChannel.3 index 968328c..e84c29a 100644 --- a/doc/CrtChannel.3 +++ b/doc/CrtChannel.3 @@ -530,9 +530,9 @@ operations will be applied. \fIWideSeekProc\fR must match the following prototype: .PP .CS -typedef Tcl_WideInt \fBTcl_DriverWideSeekProc\fR( +typedef long long \fBTcl_DriverWideSeekProc\fR( void *\fIinstanceData\fR, - Tcl_WideInt \fIoffset\fR, + long long \fIoffset\fR, int \fIseekMode\fR, int *\fIerrorCodePtr\fR); .CE -- cgit v0.12