summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/urweb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/urweb.h b/include/urweb.h
index 3995585e..84cc6719 100644
--- a/include/urweb.h
+++ b/include/urweb.h
@@ -77,3 +77,5 @@ char *lw_Basis_ensqlBool(lw_Basis_bool);
lw_Basis_string lw_Basis_intToString(lw_context, lw_Basis_int);
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);