Mercurial > urweb
diff include/lacweb.h @ 135:b1cfe49ce692
Proper escaping of cdata
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 17 Jul 2008 13:33:56 -0400 |
parents | 6230bdd122e7 |
children | 133fa2d51bb4 |
line wrap: on
line diff
--- a/include/lacweb.h Thu Jul 17 13:12:16 2008 -0400 +++ b/include/lacweb.h Thu Jul 17 13:33:56 2008 -0400 @@ -13,6 +13,9 @@ void lw_write(lw_context, const char*); +char *lw_Basis_htmlifyString(lw_Basis_string); +void lw_Basis_htmlifyString_w(lw_context, lw_Basis_string); + char *lw_Basis_attrifyInt(lw_Basis_int); char *lw_Basis_attrifyFloat(lw_Basis_float); char *lw_Basis_attrifyString(lw_Basis_string);