From: Greg Stein Date: Tue, 10 Oct 2000 06:13:23 +0000 (+0000) Subject: use the APR type X-Git-Tag: APACHE_2_0_ALPHA_8~427 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3d23df3164c9a620b48c96742142a617916d88c;p=apache use the APR type git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86498 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/dav/main/mod_dav.h b/modules/dav/main/mod_dav.h index 497565df74..464eb8f40a 100644 --- a/modules/dav/main/mod_dav.h +++ b/modules/dav/main/mod_dav.h @@ -1392,7 +1392,7 @@ struct dav_hooks_repository ** NOTE: if this function is NULL (which is allowed), then any ** operations using Content-Range will be refused. */ - dav_error * (*seek_stream)(dav_stream *stream, off_t abs_position); + dav_error * (*seek_stream)(dav_stream *stream, apr_off_t abs_position); /* ** If a GET is processed using a stream (open_stream, read_stream)