aboutsummaryrefslogtreecommitdiff
path: root/builtins/bool.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/bool.h')
-rw-r--r--builtins/bool.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/builtins/bool.h b/builtins/bool.h
index d5f4b705..356889d1 100644
--- a/builtins/bool.h
+++ b/builtins/bool.h
@@ -13,6 +13,7 @@
#define no (Bool_t)false
CORD Bool$as_text(const bool *b, bool colorize, const TypeInfo *type);
+bool Bool$from_text(CORD text, bool *success);
extern const TypeInfo $Bool;