3a6295a1ed76f597499293b2dae416a6e6b32c17
braney
  Wed Jun 18 15:59:01 2014 -0700
enable bigBed item search on native bigBed tracks
diff --git src/hg/inc/bigBedFind.h src/hg/inc/bigBedFind.h
new file mode 100644
index 0000000..7eee975
--- /dev/null
+++ src/hg/inc/bigBedFind.h
@@ -0,0 +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);
+/* find a term in a list of tracks which may include a bigBed */ 
+#endif /* BIGBEDFIND_H */