a4a68e3810d949f7e454d97ea3c3eb44f67926aa
braney
  Wed Oct 16 14:25:56 2019 -0700
bigBed number filters put message in longLabel about how many items were
filtered

diff --git src/hg/inc/trackDb.h src/hg/inc/trackDb.h
index af59841..2da2dbe 100644
--- src/hg/inc/trackDb.h
+++ src/hg/inc/trackDb.h
@@ -730,17 +730,19 @@
 void trackDbCloneTdbListToSharedMem(char *db, struct trackDb *list, unsigned long size);
 /* For this native db, allocate shared memory and clone trackDb list into it. */
 
 struct trackDb *trackDbCache(char *db, time_t time);
 /* Check to see if this db has a cached trackDb. */
 
 struct trackDb *trackDbHubCache(char *trackDbUrl, time_t time);
 /* Check to see if this hub has a cached trackDb. */
 
 boolean trackDbCacheOn();
 /* Check to see if we're caching trackDb contents. */
 
 char *labelAsFiltered(char *label);
 /* add text to label to indicate filter is active */
 
+char *labelAsFilteredNumber(char *label, unsigned number);
+/* add text to label to indicate filter is active */
 #endif /* TRACKDB_H */