diff options
Diffstat (limited to 'builtins/string.h')
| -rw-r--r-- | builtins/string.h | 1 |
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); |
