comparison include/urweb.h @ 874:3c7b48040dcf

MySQL demo/sql succeeds in reading no rows
author Adam Chlipala <adamc@hcoop.net>
date Sun, 12 Jul 2009 15:05:40 -0400
parents 6304f5e8fbb4
children b2a175a0f2ef
comparison
equal deleted inserted replaced
873:41971801b62d 874:3c7b48040dcf
203 203
204 void uw_check_heap(uw_context, size_t extra); 204 void uw_check_heap(uw_context, size_t extra);
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);
209
208 #endif 210 #endif