9684047874667451e47229f16b5c9eab60286850
braney
  Sat Apr 11 12:15:39 2015 -0700
change mirror redirect to be opt-in.

diff --git src/hg/inc/web.h src/hg/inc/web.h
index 9e81b63..adbc4de 100644
--- src/hg/inc/web.h
+++ src/hg/inc/web.h
@@ -311,16 +311,18 @@
 // The reference will be to a link with timestamp.
 #define webIncludeResourceFile(fileName)  webIncludeResourcePrintToFile(NULL,fileName)
 
 void lazarusLives(unsigned long newExpireSeconds);
 /* Long running process requests more time */
 
 void setContextSpecificHelp(char *link, char *label);
 // Override default behavior for the context specific help link
 
 char *menuBarAddUiVars(char *oldString, char *cgiPrefix, char *uiVars);
 /* Look for CGI program calls in oldString, and add session vars hgsid to them */
 
 char *menuBar(struct cart *cart, char *db);
 // return HTML for the menu bar (read from a configuration file).
 
+void checkForGeoMirrorRedirect(struct cart *cart);
+// Implement Geo/IP based redirection
 #endif /* WEB_H */