Mercurial > urweb
diff include/urweb.h @ 293:711aad3869d1
Error-parsing floats and bools
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 07 Sep 2008 12:19:15 -0400 |
parents | 6e665c7c96f6 |
children | 59dc042629b9 |
line wrap: on
line diff
--- a/include/urweb.h Sun Sep 07 12:15:46 2008 -0400 +++ b/include/urweb.h Sun Sep 07 12:19:15 2008 -0400 @@ -82,3 +82,5 @@ lw_Basis_bool *lw_Basis_stringToBool(lw_context, lw_Basis_string); lw_Basis_int lw_Basis_stringToInt_error(lw_context, lw_Basis_string); +lw_Basis_float lw_Basis_stringToFloat_error(lw_context, lw_Basis_string); +lw_Basis_bool lw_Basis_stringToBool_error(lw_context, lw_Basis_string);