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 | c01c7e97334a180b55b11a1bba93cf046628948d (patch) | |
tree | e68fb2c7ffcd8dd34ff69f24a48de2ada1c06684 /include | |
parent | 4289cd07dd2467dfbad297cf21ad7cfaedc08f2b (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 |