aboutsummaryrefslogtreecommitdiff
path: root/builtins/text.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/text.h')
-rw-r--r--builtins/text.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtins/text.h b/builtins/text.h
index 7cef834d..a4697507 100644
--- a/builtins/text.h
+++ b/builtins/text.h
@@ -71,6 +71,7 @@ array_t Text$codepoint_names(Text_t text);
Text_t Text$from_codepoints(array_t codepoints);
Text_t Text$from_codepoint_names(array_t codepoint_names);
Text_t Text$from_bytes(array_t bytes);
+array_t Text$lines(Text_t text);
extern const TypeInfo $Text;