]> git.donarmstrong.com Git - samtools.git/blobdiff - bam_mcns.h
minor tweaks
[samtools.git] / bam_mcns.h
index a86fc1ddbd62e575ffeca6d2d59917e0b7e2f9a6..5c7c42026def5133b2468e882785d756dfaee750 100644 (file)
@@ -28,6 +28,7 @@ extern "C" {
        void mc_destroy(mc_aux_t *ma);
        int mc_cal(int ref, int *n, const bam_pileup1_t **plp, mc_aux_t *ma, mc_rst_t *rst, int level);
        int mc_call_gt(const mc_aux_t *ma, double f0, int k);
+       void mc_dump_afs(mc_aux_t *ma);
 
 #ifdef __cplusplus
 }