src/hg/inc/web.h 1.45
1.45 2009/07/10 01:40:37 markd
moved stackDump stuff to hCommon; added function for user errAbort
Index: src/hg/inc/web.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/web.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -b -B -U 4 -r1.44 -r1.45
--- src/hg/inc/web.h 26 Jun 2009 14:38:57 -0000 1.44
+++ src/hg/inc/web.h 10 Jul 2009 01:40:37 -0000 1.45
@@ -254,20 +254,7 @@
void webFinishPartialLinkOutTable(int rowIx, int itemPos, int maxPerRow);
/* Fill out partially empty last row. */
-boolean webDumpStackEnabled(void);
-/* is browser.dumpStack enabled? */
-
-void webDumpStackDisallow(void);
-/* prevent any dumping of the stack */
-
-void webDumpStackPushAbortHandler(void);
-/* push the stack dump abort handler on the stack if it's enabled. This should be pushed
- * after the warn handle that will do the actual reporting */
-
-void webDumpStackPopAbortHandler(void);
-/* pop the stack dump abort handler from the stack if it's enabled */
-
boolean validateGisaidUser(struct cart *cart);
/* validate if the web user is an authenticated GISAID user */
#endif /* WEB_H */