aboutsummaryrefslogtreecommitdiff
path: root/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'text.h')
-rw-r--r--text.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/text.h b/text.h
index cf32513..8241df0 100644
--- a/text.h
+++ b/text.h
@@ -411,7 +411,7 @@ ssize_t text_write_range(const Text*, const Filerange*, int fd);
* Check whether ``ptr`` is part of a memory mapped region associated with
* this text instance.
*/
-bool text_mmaped(Text*, const char *ptr);
+bool text_mmaped(const Text*, const char *ptr);
/** @} */
#endif