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 8b74a21b..f4f33362 100644
--- a/include/urweb.h
+++ b/include/urweb.h
@@ -67,3 +67,5 @@ lw_Basis_string lw_Basis_sqlifyString(lw_context, lw_Basis_string);
lw_Basis_bool lw_Basis_sqlifyBool(lw_context, lw_Basis_bool);
char *lw_Basis_ensqlBool(lw_Basis_bool);
+
+lw_Basis_string lw_Basis_intToString(lw_context, lw_Basis_int);