aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/internal.h')
-rw-r--r--src/microhttpd/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/microhttpd/internal.h b/src/microhttpd/internal.h
index 286aee68..777c3ad3 100644
--- a/src/microhttpd/internal.h
+++ b/src/microhttpd/internal.h
@@ -295,7 +295,7 @@ struct MHD_Response
295 /** 295 /**
296 * Offset to start reading from when using @e fd. 296 * Offset to start reading from when using @e fd.
297 */ 297 */
298 off_t fd_off; 298 uint64_t fd_off;
299 299
300 /** 300 /**
301 * Number of bytes ready in @e data (buffer may be larger 301 * Number of bytes ready in @e data (buffer may be larger