diff include/urweb.h @ 879:b2a175a0f2ef

Demo working with MySQL
author Adam Chlipala <adamc@hcoop.net>
date Thu, 16 Jul 2009 18:10:29 -0400
parents 3c7b48040dcf
children 9eb479691d1c
line wrap: on
line diff
--- a/include/urweb.h	Thu Jul 16 16:29:13 2009 -0400
+++ b/include/urweb.h	Thu Jul 16 18:10:29 2009 -0400
@@ -207,4 +207,11 @@
 
 uw_Basis_string uw_Basis_unAs(uw_context, uw_Basis_string);
 
+extern char *uw_sqlfmtInt;
+extern char *uw_sqlfmtFloat;
+extern int uw_Estrings;
+extern char *uw_sqlsuffixString;
+extern char *uw_sqlsuffixBlob;
+extern char *uw_sqlfmtUint4;
+
 #endif