comparison 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
comparison
equal deleted inserted replaced
878:a8952047e1d3 879:b2a175a0f2ef
205 char *uw_heap_front(uw_context); 205 char *uw_heap_front(uw_context);
206 void uw_set_heap_front(uw_context, char*); 206 void uw_set_heap_front(uw_context, char*);
207 207
208 uw_Basis_string uw_Basis_unAs(uw_context, uw_Basis_string); 208 uw_Basis_string uw_Basis_unAs(uw_context, uw_Basis_string);
209 209
210 extern char *uw_sqlfmtInt;
211 extern char *uw_sqlfmtFloat;
212 extern int uw_Estrings;
213 extern char *uw_sqlsuffixString;
214 extern char *uw_sqlsuffixBlob;
215 extern char *uw_sqlfmtUint4;
216
210 #endif 217 #endif