e323d595c241d03570d380d8c60de60e99c1c4ec
braney
  Fri Mar 21 12:36:21 2025 -0700
add support for bigDbSnp to quicklift

diff --git src/hg/hgTracks/variation.h src/hg/hgTracks/variation.h
index 3f7e7b8f498..8fc8601627c 100644
--- src/hg/hgTracks/variation.h
+++ src/hg/hgTracks/variation.h
@@ -268,22 +268,22 @@
 Color delMccarrollColor(struct track *tg, void *item, struct hvGfx *hvg);
 /* always red */
 
 void delMccarrollMethods(struct track *tg);
 /* methods for delMccarroll */
 
 Color delHindsColor(struct track *tg, void *item, struct hvGfx *hvg);
 /* always red */
 
 void delHindsMethods(struct track *tg);
 /* methods for delHinds */
 
 /***** bigDbSnp *****/
 
 struct linkedFeatures *lfFromBigDbSnp(struct trackDb *tdb, struct bigBedInterval *bb,
-                                      struct bigBedFilter *filters, int freqSourceIx, struct bbiFile *bbi);
+                                      struct bigBedFilter *filters, int freqSourceIx, struct bbiFile *bbi, struct hash *hash);
 /* Convert one bigDbSnp item to a linkedFeatures for drawing if it passes filter, else NULL. */
 
 void bigDbSnpMethods(struct track *track);
 /* Special load and draw hooks for type bigDbSnp. */
 
 #endif