diff include/urweb.h @ 282:0236d9412ad2

Ran a prepared statement with one string parameter
author Adam Chlipala <adamc@hcoop.net>
date Sun, 07 Sep 2008 09:28:13 -0400
parents 7d5860add50f
children c0e4ac23522d
line wrap: on
line diff
--- a/include/urweb.h	Thu Sep 04 10:27:21 2008 -0400
+++ b/include/urweb.h	Sun Sep 07 09:28:13 2008 -0400
@@ -64,3 +64,5 @@
 lw_Basis_float lw_Basis_sqlifyFloat(lw_context, lw_Basis_float);
 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);