summaryrefslogtreecommitdiff
path: root/include/urweb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/urweb.h')
-rw-r--r--include/urweb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/urweb.h b/include/urweb.h
index 84cc6719..83039520 100644
--- a/include/urweb.h
+++ b/include/urweb.h
@@ -79,3 +79,5 @@ lw_Basis_string lw_Basis_floatToString(lw_context, lw_Basis_float);
lw_Basis_string lw_Basis_boolToString(lw_context, lw_Basis_bool);
lw_Basis_int *lw_Basis_stringToInt(lw_context, lw_Basis_string);
+lw_Basis_float *lw_Basis_stringToFloat(lw_context, lw_Basis_string);
+lw_Basis_bool *lw_Basis_stringToBool(lw_context, lw_Basis_string);