ecba53cfcf13a435e7935340a5ddb73737c5006d
braney
  Fri Jan 22 14:55:31 2021 -0800
change the way we discover files on beta and the rr for the bigDataUrl check

diff --git src/hg/inc/hdb.h src/hg/inc/hdb.h
index aa44877..d2863fc 100644
--- src/hg/inc/hdb.h
+++ src/hg/inc/hdb.h
@@ -1054,24 +1054,24 @@
  * db must never change. */
 
 char *abbreviateRefSeqSummary(char *summary);
 /* strip off the uninformative parts from the RefSeq Summary text: the repetitive note
  * about the publication subset and the Evidence-Data-Notes */
 
 boolean isMito(char *chrom);
 /* Return True if chrom is chrM or chrMT */
 
 char *hdbDefaultKnownDb(char *db);
 /* Get the default knownGene database from the defaultKnown table. */
 
 char *hdbGetMasterGeneTrack(char *knownDb);
 /* Get the native gene track for a knownGene database. */
 
-boolean trackDataAccessibleRemote(char *database, struct trackDb *tdb, char *remoteLogin);
+boolean trackDataAccessibleHash(char *database, struct trackDb *tdb, struct hash *gbdbHash);
 /* Return TRUE if underlying data are accessible - meaning the track has either
  * a bigDataUrl with remote URL (http:// etc), a bigDataUrl with an existing local file,
  * or a database table with the same name.
  * Note: this returns FALSE for composite tracks; use this on subtracks or simple tracks. 
  *
- * if remoteLogin is not NULL, use it when looking for the file */
+ * if gbdbHash is not NULL, use it when looking for the file */
 
 #endif /* HDB_H */