diff 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
line wrap: on
line diff
--- a/include/urweb.h	Tue Jun 28 08:07:20 2011 -0400
+++ b/include/urweb.h	Sun Jul 03 12:40:00 2011 -0400
@@ -340,4 +340,6 @@
 void uw_isPost(uw_context);
 uw_Basis_bool uw_Basis_currentUrlHasPost(uw_context);
 
+void uw_cutErrorLocation(char *);
+
 #endif