diff include/urweb.h @ 1386:64724ef86149

Basis.currentUrlHasPost
author Adam Chlipala <adam@chlipala.net>
date Thu, 06 Jan 2011 14:45:52 -0500
parents 268d9af9103f
children 3913cbfd72e9
line wrap: on
line diff
--- a/include/urweb.h	Thu Jan 06 14:25:42 2011 -0500
+++ b/include/urweb.h	Thu Jan 06 14:45:52 2011 -0500
@@ -322,4 +322,7 @@
 
 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