summaryrefslogtreecommitdiffstats
path: root/src/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/text.h')
-rw-r--r--src/text.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/text.h b/src/text.h
index e3596c3..86da775 100644
--- a/src/text.h
+++ b/src/text.h
@@ -31,10 +31,10 @@ struct text;
struct text *
text_new(const char *string);
-int
+size_t
text_get_width(struct text *text) __attribute__((pure));
-int
+size_t
text_get_height(struct text *text) __attribute__((pure));
void