3b48412a1e8b3124093c30330c3730e4e4522ca0 braney Sun Sep 2 13:01:35 2018 -0700 libify custom bigbed labels so they can be used in hgFind reports #21963 diff --git src/hg/inc/bigBedFind.h src/hg/inc/bigBedFind.h index f2136c6..f84a8c8 100644 --- src/hg/inc/bigBedFind.h +++ src/hg/inc/bigBedFind.h @@ -1,10 +1,10 @@ /* bigBedFind.h - Find things in big beds . */ /* Copyright (C) 2010 The Regents of the University of California * See README in this or parent directory for licensing information. */ #ifndef BIGBEDFIND_H #define BIGBEDFIND_H -boolean findBigBedPosInTdbList(char *db, struct trackDb *tdbList, char *term, struct hgPositions *hgp, struct hgFindSpec *hfs); +boolean findBigBedPosInTdbList(struct cart *cart, char *db, struct trackDb *tdbList, char *term, struct hgPositions *hgp, struct hgFindSpec *hfs); /* find a term in a list of tracks which may include a bigBed */ #endif /* BIGBEDFIND_H */