diff include/urweb.h @ 695:500e93aa436f

sleep and better Scriptcheck
author Adam Chlipala <adamc@hcoop.net>
date Sat, 04 Apr 2009 15:56:47 -0400
parents 7ea0df9e56b6
children e28637743279
line wrap: on
line diff
--- a/include/urweb.h	Sat Apr 04 14:55:36 2009 -0400
+++ b/include/urweb.h	Sat Apr 04 15:56:47 2009 -0400
@@ -52,6 +52,8 @@
 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);