Mercurial > urweb
diff include/urweb.h @ 1066:740b85ef4352
Basis.currentUrl, plus redirect debugging
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Thu, 10 Dec 2009 15:20:36 -0500 |
parents | 217eb87dde31 |
children | 2eb585274501 |
line wrap: on
line diff
--- a/include/urweb.h Thu Dec 10 13:32:09 2009 -0500 +++ b/include/urweb.h Thu Dec 10 15:20:36 2009 -0500 @@ -248,4 +248,7 @@ uw_Basis_char uw_Basis_tolower(uw_context, uw_Basis_char); uw_Basis_char uw_Basis_toupper(uw_context, uw_Basis_char); +uw_Basis_string uw_Basis_currentUrl(uw_context); +void uw_set_currentUrl(uw_context, char *); + #endif