diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-07-16 18:10:29 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-07-16 18:10:29 -0400 |
commit | 034761874175cd088c75820ee7f59d3a4ca0fa90 (patch) | |
tree | e68fb2c7ffcd8dd34ff69f24a48de2ada1c06684 /include | |
parent | fa6034d3141983cecef030e539f9a333f10d466b (diff) |
Demo working with MySQL
Diffstat (limited to 'include')
-rw-r--r-- | include/urweb.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/urweb.h b/include/urweb.h index c24550f7..da1299eb 100644 --- a/include/urweb.h +++ b/include/urweb.h @@ -207,4 +207,11 @@ void uw_set_heap_front(uw_context, char*); 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 |