diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-07-12 15:05:40 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-07-12 15:05:40 -0400 |
commit | e22b77776db9f846f5d0fae77dab5a57dfe7e0e8 (patch) | |
tree | c1a396c05b3c698202cfc482584b8d221ff51b47 /include | |
parent | 20b1f5880b6553c42f2a71fd5ad38b865faed6b6 (diff) |
MySQL demo/sql succeeds in reading no rows
Diffstat (limited to 'include')
-rw-r--r-- | include/urweb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/urweb.h b/include/urweb.h index b2cf55c7..c24550f7 100644 --- a/include/urweb.h +++ b/include/urweb.h @@ -205,4 +205,6 @@ void uw_check_heap(uw_context, size_t extra); 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 |