]> git.donarmstrong.com Git - samtools.git/blobdiff - bam_tview.c
* samtools-0.1.4-10 (r341)
[samtools.git] / bam_tview.c
index c26273c7152f4e678911eccddca9b4c5701c63cf..60b7350b92db8fbf08d45156c638b6d891f426f2 100644 (file)
@@ -8,6 +8,10 @@
 #include "faidx.h"
 #include "bam_maqcns.h"
 
+char bam_aux_getCEi(bam1_t *b, int i);
+char bam_aux_getCSi(bam1_t *b, int i);
+char bam_aux_getCQi(bam1_t *b, int i);
+
 #define TV_MIN_ALNROW 2
 #define TV_MAX_GOTO  40
 #define TV_LOW_MAPQ  10