Mercurial > urweb
diff include/urweb.h @ 694:7ea0df9e56b6
spawn
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sat, 04 Apr 2009 14:55:36 -0400 |
parents | 655bcc9b77e0 |
children | 500e93aa436f |
line wrap: on
line diff
--- a/include/urweb.h Sat Apr 04 14:03:39 2009 -0400 +++ b/include/urweb.h Sat Apr 04 14:55:36 2009 -0400 @@ -49,7 +49,7 @@ uw_unit uw_Basis_set_client_source(uw_context, uw_Basis_int, uw_Basis_string); void uw_set_script_header(uw_context, const char*); -const char *uw_Basis_get_settings(uw_context, uw_Basis_string); +const char *uw_Basis_get_settings(uw_context, uw_unit); const char *uw_Basis_get_script(uw_context, uw_unit); void uw_set_needs_push(uw_context, int);