X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bam2bcf.h;h=f96a7e33719b08d003513d03e857df38ddb4dbf5;hb=f221655a2515b417a545caece40b6985e927fb83;hp=0dddb924dcf62fee4f1352a9a20eecb7001da450;hpb=f69357a6a9e701f12d1f01c52cc0d2893bb2ac7a;p=samtools.git diff --git a/bam2bcf.h b/bam2bcf.h index 0dddb92..f96a7e3 100644 --- a/bam2bcf.h +++ b/bam2bcf.h @@ -28,7 +28,7 @@ extern "C" { void bcf_call_destroy(bcf_callaux_t *bca); int bcf_call_glfgen(int _n, const bam_pileup1_t *pl, int ref_base /*4-bit*/, bcf_callaux_t *bca, bcf_callret1_t *r); int bcf_call_combine(int n, const bcf_callret1_t *calls, int ref_base /*4-bit*/, bcf_call_t *call); - int bcf_call2bcf(int tid, int pos, bcf_call_t *bc, bcf1_t *b); + int bcf_call2bcf(int tid, int pos, bcf_call_t *bc, bcf1_t *b, bcf_callret1_t *bcr); #ifdef __cplusplus }