Mercurial > urweb
diff include/urweb.h @ 1295:929981850d9d
'tryDml' works with Postgres
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 07 Sep 2010 09:06:13 -0400 |
parents | b4480a56cab7 |
children | 714e8b84221b |
line wrap: on
line diff
--- a/include/urweb.h Tue Sep 07 08:28:07 2010 -0400 +++ b/include/urweb.h Tue Sep 07 09:06:13 2010 -0400 @@ -44,6 +44,7 @@ __attribute__((noreturn)) void uw_error(uw_context, failure_kind, const char *fmt, ...); char *uw_error_message(uw_context); void uw_set_error_message(uw_context, const char *fmt, ...); +uw_Basis_string uw_dup_and_clear_error_message(uw_context); int uw_has_error(uw_context); void uw_push_cleanup(uw_context, void (*func)(void *), void *arg); void uw_pop_cleanup(uw_context);