aboutsummaryrefslogtreecommitdiff
path: root/builtins/string.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-18 01:03:23 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-18 01:03:23 -0500
commit733ebfd234906aac08a66e6c2ebe7ed2a0c4d375 (patch)
tree0fcf39f0891ef8120fa929af6a059ba3578f4047 /builtins/string.h
parent5ebbfc205ae1f78f9f13d1453523212c9c9e646b (diff)
Fix up some Str stuff
Diffstat (limited to 'builtins/string.h')
-rw-r--r--builtins/string.h1
1 files changed, 1 insertions, 0 deletions
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);