From 3311911fd21e0c240788d83ff6da710dbbbc66e8 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 3 Jul 2011 12:40:00 -0400 Subject: For non-debug builds, leave out source location info in what is shown to user --- include/urweb.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/urweb.h b/include/urweb.h index 4c1489c9..240623ee 100644 --- a/include/urweb.h +++ b/include/urweb.h @@ -340,4 +340,6 @@ uw_Basis_time *uw_Basis_readUtc(uw_context, uw_Basis_string); void uw_isPost(uw_context); uw_Basis_bool uw_Basis_currentUrlHasPost(uw_context); +void uw_cutErrorLocation(char *); + #endif -- cgit v1.2.3