src/hg/inc/web.h 1.44

1.44 2009/06/26 14:38:57 fanhsu
Added validateGisaidUser() declaration.
Index: src/hg/inc/web.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/web.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -b -B -U 4 -r1.43 -r1.44
--- src/hg/inc/web.h	3 Jun 2009 04:30:19 -0000	1.43
+++ src/hg/inc/web.h	26 Jun 2009 14:38:57 -0000	1.44
@@ -267,5 +267,7 @@
 
 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 */