From 54e65e2f1c944a861a823641ef1b8fe194c7b0d8 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 31 Mar 2025 02:33:23 -0400 Subject: Fully move all pattern code into patterns.c --- src/stdlib/text.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdlib/text.h') diff --git a/src/stdlib/text.h b/src/stdlib/text.h index e5c6a14f..4acca8a2 100644 --- a/src/stdlib/text.h +++ b/src/stdlib/text.h @@ -47,7 +47,7 @@ Text_t Text$upper(Text_t text, Text_t language); Text_t Text$lower(Text_t text, Text_t language); Text_t Text$title(Text_t text, Text_t language); Text_t Text$as_text(const void *text, bool colorize, const TypeInfo_t *info); -Text_t Text$quoted(Text_t str, bool colorize); +Text_t Text$quoted(Text_t str, bool colorize, Text_t quotation_mark); PUREFUNC bool Text$starts_with(Text_t text, Text_t prefix); PUREFUNC bool Text$ends_with(Text_t text, Text_t suffix); char *Text$as_c_string(Text_t text); -- cgit v1.2.3