Mercurial > urweb
diff include/urweb.h @ 717:e28637743279
URLs
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 09 Apr 2009 16:36:50 -0400 |
parents | 500e93aa436f |
children | 9864b64b1700 |
line wrap: on
line diff
--- a/include/urweb.h Thu Apr 09 15:58:36 2009 -0400 +++ b/include/urweb.h Thu Apr 09 16:36:50 2009 -0400 @@ -149,3 +149,5 @@ uw_unit uw_Basis_send(uw_context, uw_Basis_channel, uw_Basis_string); uw_Basis_client uw_Basis_self(uw_context, uw_unit); + +uw_Basis_string uw_Basis_bless(uw_context, uw_Basis_string);