From 79655b086c036d07806d0c345ffc9e6683891fe4 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Thu, 14 May 2009 18:13:09 -0400 Subject: Fix nasty bugs with longjmp() looping for uw_set_input(); and bad variable indexes for nested JavaScript in jscomp --- include/urweb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/urweb.h b/include/urweb.h index 80d2b255..974d3c01 100644 --- a/include/urweb.h +++ b/include/urweb.h @@ -43,8 +43,8 @@ void uw_memstats(uw_context); int uw_send(uw_context, int sock); -void uw_set_input(uw_context, const char *name, char *value); -void uw_set_file_input(uw_context, char *name, uw_Basis_file); +int uw_set_input(uw_context, const char *name, char *value); +int uw_set_file_input(uw_context, char *name, uw_Basis_file); char *uw_get_input(uw_context, int name); char *uw_get_optional_input(uw_context, int name); -- cgit v1.2.3