diff options
author | Adam Chlipala <adamc@hcoop.net> | 2009-12-10 15:20:36 -0500 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2009-12-10 15:20:36 -0500 |
commit | 5902e311a458e8a6983bf3fbf7d34c78a3ad229d (patch) | |
tree | a96bb576eb23eb6f7f8b66cd897787235e0980e1 /include/urweb.h | |
parent | b04e123d0e1159d431aae00c3e8f1cc4a1b95684 (diff) |
Basis.currentUrl, plus redirect debugging
Diffstat (limited to 'include/urweb.h')
-rw-r--r-- | include/urweb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/urweb.h b/include/urweb.h index 0a23018a..8321aaf2 100644 --- a/include/urweb.h +++ b/include/urweb.h @@ -248,4 +248,7 @@ uw_Basis_bool uw_Basis_isxdigit(uw_context, uw_Basis_char); 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 |