summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/buffer.h b/src/include/buffer.h
index a22b00dd4..0085c7d16 100644
--- a/src/include/buffer.h
+++ b/src/include/buffer.h
@@ -39,7 +39,7 @@ extern struct buffer load_buffer;
/* Functions in buffer.c */
extern void init_buffer ( struct buffer *buffer );
-extern int fill_buffer ( struct buffer *buffer, void *data,
+extern int fill_buffer ( struct buffer *buffer, const void *data,
off_t offset, size_t len );
#endif /* BUFFER_H */