diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-04-04 15:56:47 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-04-04 15:56:47 -0400 |
commit | b05b60f5cdaa0da92af54640f8a2db6e18a283ba (patch) | |
tree | 3464b0dbe1197e509f51d5f6181dda2804344e26 /include/urweb.h | |
parent | 221615de9d28d6fa768ef3ce28483ed90d2aab6c (diff) |
sleep and better Scriptcheck
Diffstat (limited to 'include/urweb.h')
-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 4e0992fd..759fc5ac 100644 --- a/include/urweb.h +++ b/include/urweb.h @@ -52,6 +52,8 @@ void uw_set_script_header(uw_context, const char*); const char *uw_Basis_get_settings(uw_context, uw_unit); const char *uw_Basis_get_script(uw_context, uw_unit); +uw_Basis_string uw_Basis_maybe_onload(uw_context, uw_Basis_string); + void uw_set_needs_push(uw_context, int); char *uw_Basis_htmlifyInt(uw_context, uw_Basis_int); |