]> granicus.if.org Git - apache/commitdiff
Revert a premature bit of r1228262, part of size_t corrections part 2
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 6 Jan 2012 16:55:16 +0000 (16:55 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 6 Jan 2012 16:55:16 +0000 (16:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1228264 13f79535-47bb-0310-9956-ffa450edef68

include/http_protocol.h

index 377b8f1248c36bdc4fb5554aa81c56a8d95f7d81..77493de586697633f9469b9fc376caa81b0a9c5b 100644 (file)
@@ -209,10 +209,8 @@ AP_DECLARE(apr_status_t) ap_send_fd(apr_file_t *fd, request_rec *r, apr_off_t of
  * @param length The amount of data to send
  * @return The number of bytes sent
  */
-AP_DECLARE(apr_size_t) ap_send_mmap(apr_mmap_t *mm,
-                                    request_rec *r,
-                                    apr_size_t offset,
-                                    apr_size_t length);
+AP_DECLARE(size_t) ap_send_mmap(apr_mmap_t *mm, request_rec *r, size_t offset,
+                             size_t length);
 #endif