diff options
author | Adam Chlipala <adam@chlipala.net> | 2011-01-06 14:45:52 -0500 |
---|---|---|
committer | Adam Chlipala <adam@chlipala.net> | 2011-01-06 14:45:52 -0500 |
commit | c5a43df7d1f50803c3458fc994321defb45fd616 (patch) | |
tree | 790c9f91e1c73734d54ff436a0cfeb308885f0c1 /include/urweb.h | |
parent | ef58d6735426a9ab3e6a7643c65926e362f7d157 (diff) |
Basis.currentUrlHasPost
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 6ce541d1..75f8e782 100644 --- a/include/urweb.h +++ b/include/urweb.h @@ -322,4 +322,7 @@ uw_Basis_string uw_queryString(uw_context); uw_Basis_time *uw_Basis_readUtc(uw_context, uw_Basis_string); +void uw_isPost(uw_context); +uw_Basis_bool uw_Basis_currentUrlHasPost(uw_context); + #endif |