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 03a1001..de73559 100644
--- a/text.h
+++ b/text.h
@@ -119,7 +119,7 @@ void text_free(Text*);
* @{
*/
/** Return the size in bytes of the whole text. */
-size_t text_size(Text*);
+size_t text_size(const Text*);
/**
* Get file information at time of load or last save, whichever happened more
* recently.