]> granicus.if.org Git - apache/commitdiff
use the APR type
authorGreg Stein <gstein@apache.org>
Tue, 10 Oct 2000 06:13:23 +0000 (06:13 +0000)
committerGreg Stein <gstein@apache.org>
Tue, 10 Oct 2000 06:13:23 +0000 (06:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86498 13f79535-47bb-0310-9956-ffa450edef68

modules/dav/main/mod_dav.h

index 497565df7494f5d70b96c38f09fd03482b374344..464eb8f40a609ce1384c31415b3ac6306ce18007 100644 (file)
@@ -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)