src/lib/bigBed.c 1.27
1.27 2010/02/06 19:58:52 kent
Making bigBedCoverageIntervals() static.
Index: src/lib/bigBed.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/bigBed.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -b -B -U 4 -r1.26 -r1.27
--- src/lib/bigBed.c 5 Feb 2010 19:33:43 -0000 1.26
+++ src/lib/bigBed.c 6 Feb 2010 19:58:52 -0000 1.27
@@ -138,9 +138,9 @@
}
return fieldCount;
}
-struct bbiInterval *bigBedCoverageIntervals(struct bbiFile *bbi,
+static struct bbiInterval *bigBedCoverageIntervals(struct bbiFile *bbi,
char *chrom, bits32 start, bits32 end, struct lm *lm)
/* Return intervals where the val is the depth of coverage. */
{
/* Get list of overlapping intervals */