diff 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
line wrap: on
line diff
--- a/include/urweb.h	Sun Jul 12 13:16:05 2009 -0400
+++ b/include/urweb.h	Sun Jul 12 15:05:40 2009 -0400
@@ -205,4 +205,6 @@
 char *uw_heap_front(uw_context);
 void uw_set_heap_front(uw_context, char*);
 
+uw_Basis_string uw_Basis_unAs(uw_context, uw_Basis_string);
+
 #endif