22f3b1b0c2d7ea49cbe84baa32fab19205027010
braney
  Thu Apr 24 13:40:02 2025 -0700
work on vetted and not liftable list

diff --git src/hg/inc/trackHub.h src/hg/inc/trackHub.h
index a8f7e5f135e..f930724f1d5 100644
--- src/hg/inc/trackHub.h
+++ src/hg/inc/trackHub.h
@@ -225,25 +225,25 @@
  * return an slPair of value and label suitable for making a select/menu option. */
 
 void hubCheckBigDataUrl(struct trackHub *hub, struct trackHubGenome *genome,
     struct trackDb *tdb);
 /* Check remote file exists and is of correct type. Wrap this in error catcher */
 
 struct dbDb *trackHubGetPcrServers();
 /* Look through attached trackHubs to see which of them have "isPcr" line in them. */
 
 boolean trackHubGetPcrParams(char *database, char **pHost, char **pPort, char **pGenomeDataDir);
 /* Get the isPcr params from a trackHub genome. */
 
 struct trackHubGenome *trackHubGetGenomeUndecorated(char *database);
 /* Get the genome structure for an undecorated genome name. */
 
-char *trackHubBuild(char *db, struct cart *cart, struct dyString *visDy);
+char *trackHubBuild(char *db, struct cart *cart, struct dyString *visDy, struct trackDb **badList);
 /* Build a track hub using trackDb and the cart. */
 
 struct grp *readGroupRa(char *groupFileName);
 /* Read in the ra file that describes the groups in an assembly hub. */
 
 struct trackDb *trackHubAddTracksGenome(struct trackHubGenome *hubGenome);
 /* Load up stuff from data hub and return list. */
 #endif /* TRACKHUB_H */