Mercurial > urweb
comparison include/urweb.h @ 1483:ebc30bb262d0
For non-debug builds, leave out source location info in what is shown to user
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 03 Jul 2011 12:40:00 -0400 |
parents | 2f5fd248588d |
children | 4300592e6803 |
comparison
equal
deleted
inserted
replaced
1482:8314f1a309e7 | 1483:ebc30bb262d0 |
---|---|
338 uw_Basis_time *uw_Basis_readUtc(uw_context, uw_Basis_string); | 338 uw_Basis_time *uw_Basis_readUtc(uw_context, uw_Basis_string); |
339 | 339 |
340 void uw_isPost(uw_context); | 340 void uw_isPost(uw_context); |
341 uw_Basis_bool uw_Basis_currentUrlHasPost(uw_context); | 341 uw_Basis_bool uw_Basis_currentUrlHasPost(uw_context); |
342 | 342 |
343 void uw_cutErrorLocation(char *); | |
344 | |
343 #endif | 345 #endif |