From 733ebfd234906aac08a66e6c2ebe7ed2a0c4d375 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 18 Feb 2024 01:03:23 -0500 Subject: Fix up some Str stuff --- builtins/string.h | 1 + 1 file changed, 1 insertion(+) (limited to 'builtins/string.h') diff --git a/builtins/string.h b/builtins/string.h index 48c39ae5..f9dc83cc 100644 --- a/builtins/string.h +++ b/builtins/string.h @@ -47,6 +47,7 @@ typedef struct { } Str_namespace_t; extern Str_namespace_t Str; +CORD Str__as_str(const void *str, bool colorize, const TypeInfo *info); CORD Str__quoted(CORD str, bool colorize); int Str__compare(CORD *x, CORD *y); bool Str__equal(CORD *x, CORD *y); -- cgit v1.2.3