64f10b4687eae05cf0f5ce9986b40c164d6ea8bc hiram Tue Feb 14 11:31:03 2017 -0800 add description to searchTrix results refs #13673 diff --git src/hg/inc/bigBedFind.h src/hg/inc/bigBedFind.h index 7eee975..f2136c6 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); +boolean findBigBedPosInTdbList(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 */