]> git.donarmstrong.com Git - samtools.git/blobdiff - bam_maqcns.h
* samtools-0.1.2-16
[samtools.git] / bam_maqcns.h
index 2c94fec066b25552b6008f28b8c129f5672cccc5..56fa9db3a907f3087d6e4d114d54623a87491634 100644 (file)
@@ -44,7 +44,8 @@ extern "C" {
        uint32_t glf2cns(const glf1_t *g, int q_r);
 
        bam_maqindel_opt_t *bam_maqindel_opt_init();
-       bam_maqindel_ret_t *bam_maqindel(int n, int pos, const bam_maqindel_opt_t *mi, const bam_pileup1_t *pl, const char *ref);
+       bam_maqindel_ret_t *bam_maqindel(int n, int pos, const bam_maqindel_opt_t *mi, const bam_pileup1_t *pl, const char *ref,
+                                                                        int _n_types, int *_types);
        void bam_maqindel_ret_destroy(bam_maqindel_ret_t*);
 
 #ifdef __cplusplus